@Stability(value=Stable) public static final class CfnChannel.AudioLanguageSelectionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.AudioLanguageSelectionProperty>
CfnChannel.AudioLanguageSelectionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.AudioLanguageSelectionProperty |
build()
Builds the configured instance.
|
CfnChannel.AudioLanguageSelectionProperty.Builder |
languageCode(String languageCode)
Sets the value of
CfnChannel.AudioLanguageSelectionProperty.getLanguageCode() |
CfnChannel.AudioLanguageSelectionProperty.Builder |
languageSelectionPolicy(String languageSelectionPolicy)
Sets the value of
CfnChannel.AudioLanguageSelectionProperty.getLanguageSelectionPolicy() |
@Stability(value=Stable) public CfnChannel.AudioLanguageSelectionProperty.Builder languageCode(String languageCode)
CfnChannel.AudioLanguageSelectionProperty.getLanguageCode()languageCode - Selects a specific three-letter language code from within an audio source.this@Stability(value=Stable) public CfnChannel.AudioLanguageSelectionProperty.Builder languageSelectionPolicy(String languageSelectionPolicy)
CfnChannel.AudioLanguageSelectionProperty.getLanguageSelectionPolicy()languageSelectionPolicy - 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.this@Stability(value=Stable) public CfnChannel.AudioLanguageSelectionProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.AudioLanguageSelectionProperty>CfnChannel.AudioLanguageSelectionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.