Interface CfnChannel.AudioLanguageSelectionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.AudioLanguageSelectionProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.AudioLanguageSelectionProperty
extends software.amazon.jsii.JsiiSerializable
Information about the audio language to extract.
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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.AudioLanguageSelectionProperty
static final class
An implementation forCfnChannel.AudioLanguageSelectionProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLanguageCode
Selects a specific three-letter language code from within an audio source.- See Also:
-
getLanguageSelectionPolicy
When set to "strict," the transport stream demux strictly identifies audio streams by their language descriptor.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.
- See Also:
-
builder
-