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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.AudioPidSelectionProperty
static final class
An implementation forCfnChannel.AudioPidSelectionProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPid
Select the audio by this PID. -
builder
-