Interface CfnChannel.AudioPidSelectionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.AudioPidSelectionProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.AudioPidSelectionProperty extends software.amazon.jsii.JsiiSerializable
Used to extract audio by The PID.

The parent of this entity is AudioSelectorSettings.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.medialive.*;
 AudioPidSelectionProperty audioPidSelectionProperty = AudioPidSelectionProperty.builder()
         .pid(123)
         .build();