public static interface AudioLanguageSelection.Builder extends CopyableBuilder<AudioLanguageSelection.Builder,AudioLanguageSelection>
| Modifier and Type | Method and Description |
|---|---|
AudioLanguageSelection.Builder |
languageCode(String languageCode)
Selects a specific three-letter language code from within an audio source.
|
AudioLanguageSelection.Builder |
languageSelectionPolicy(AudioLanguageSelectionPolicy languageSelectionPolicy)
When set to "strict", the transport stream demux strictly identifies audio streams by their language
descriptor.
|
AudioLanguageSelection.Builder |
languageSelectionPolicy(String languageSelectionPolicy)
When set to "strict", the transport stream demux strictly identifies audio streams by their language
descriptor.
|
copyapply, buildAudioLanguageSelection.Builder languageCode(String languageCode)
languageCode - Selects a specific three-letter language code from within an audio source.AudioLanguageSelection.Builder languageSelectionPolicy(String languageSelectionPolicy)
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 will be encoded until the language returns. If "loose", then on a PMT
update the demux will choose another audio stream in the program with the same stream type if it can't
find one with the same language.AudioLanguageSelectionPolicy,
AudioLanguageSelectionPolicyAudioLanguageSelection.Builder languageSelectionPolicy(AudioLanguageSelectionPolicy languageSelectionPolicy)
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 will be encoded until the language returns. If "loose", then on a PMT
update the demux will choose another audio stream in the program with the same stream type if it can't
find one with the same language.AudioLanguageSelectionPolicy,
AudioLanguageSelectionPolicyCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.