Interface AudioLanguageSelection.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AudioLanguageSelection.Builder,AudioLanguageSelection>,SdkBuilder<AudioLanguageSelection.Builder,AudioLanguageSelection>,SdkPojo
- Enclosing class:
- AudioLanguageSelection
public static interface AudioLanguageSelection.Builder extends SdkPojo, CopyableBuilder<AudioLanguageSelection.Builder,AudioLanguageSelection>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AudioLanguageSelection.BuilderlanguageCode(String languageCode)Selects a specific three-letter language code from within an audio source.AudioLanguageSelection.BuilderlanguageSelectionPolicy(String languageSelectionPolicy)When set to "strict", the transport stream demux strictly identifies audio streams by their language descriptor.AudioLanguageSelection.BuilderlanguageSelectionPolicy(AudioLanguageSelectionPolicy languageSelectionPolicy)When set to "strict", the transport stream demux strictly identifies audio streams by their language descriptor.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
languageCode
AudioLanguageSelection.Builder languageCode(String languageCode)
Selects a specific three-letter language code from within an audio source.- Parameters:
languageCode- Selects a specific three-letter language code from within an audio source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
languageSelectionPolicy
AudioLanguageSelection.Builder languageSelectionPolicy(String 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AudioLanguageSelectionPolicy,AudioLanguageSelectionPolicy
-
languageSelectionPolicy
AudioLanguageSelection.Builder languageSelectionPolicy(AudioLanguageSelectionPolicy 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AudioLanguageSelectionPolicy,AudioLanguageSelectionPolicy
-
-