public static interface CfnChannel.AudioTrackSelectionProperty
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.*; AudioTrackSelectionProperty audioTrackSelectionProperty = AudioTrackSelectionProperty.builder() .tracks(List.of(AudioTrackProperty.builder() .track(123) .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.AudioTrackSelectionProperty.Builder
A builder for
CfnChannel.AudioTrackSelectionProperty |
static class |
CfnChannel.AudioTrackSelectionProperty.Jsii$Proxy
An implementation for
CfnChannel.AudioTrackSelectionProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.AudioTrackSelectionProperty.Builder |
builder() |
default java.lang.Object |
getTracks()
Selects one or more unique audio tracks from within a source.
|
default java.lang.Object getTracks()
static CfnChannel.AudioTrackSelectionProperty.Builder builder()