public static interface CfnChannel.AudioPidSelectionProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.AudioPidSelectionProperty.Builder
A builder for
CfnChannel.AudioPidSelectionProperty |
static class |
CfnChannel.AudioPidSelectionProperty.Jsii$Proxy
An implementation for
CfnChannel.AudioPidSelectionProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.AudioPidSelectionProperty.Builder |
builder() |
default java.lang.Number |
getPid()
Select the audio by this PID.
|
default java.lang.Number getPid()
static CfnChannel.AudioPidSelectionProperty.Builder builder()