public static interface CfnChannel.AudioLanguageSelectionProperty
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.*; AudioLanguageSelectionProperty audioLanguageSelectionProperty = AudioLanguageSelectionProperty.builder() .languageCode("languageCode") .languageSelectionPolicy("languageSelectionPolicy") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.AudioLanguageSelectionProperty.Builder
A builder for
CfnChannel.AudioLanguageSelectionProperty |
static class |
CfnChannel.AudioLanguageSelectionProperty.Jsii$Proxy
An implementation for
CfnChannel.AudioLanguageSelectionProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.AudioLanguageSelectionProperty.Builder |
builder() |
default java.lang.String |
getLanguageCode()
Selects a specific three-letter language code from within an audio source.
|
default java.lang.String |
getLanguageSelectionPolicy()
When set to "strict," the transport stream demux strictly identifies audio streams by their language descriptor.
|
default java.lang.String getLanguageCode()
default java.lang.String getLanguageSelectionPolicy()
If a PMT update occurs such that an audio stream matching the initially selected language is no longer present, then mute is encoded until the language returns. If set to "loose," then on a PMT update the demux chooses another audio stream in the program with the same stream type if it can't find one with the same language.
static CfnChannel.AudioLanguageSelectionProperty.Builder builder()