Interface CfnChannelPropsMixin.AudioPidSelectionProperty

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

@Stability(Stable) public static interface CfnChannelPropsMixin.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.cfnpropertymixins.services.medialive.*;
 AudioPidSelectionProperty audioPidSelectionProperty = AudioPidSelectionProperty.builder()
         .pid(123)
         .build();
 

See Also: