public static interface AudioSelectorSettings.Builder extends SdkPojo, CopyableBuilder<AudioSelectorSettings.Builder,AudioSelectorSettings>
| Modifier and Type | Method and Description |
|---|---|
AudioSelectorSettings.Builder |
audioHlsRenditionSelection(AudioHlsRenditionSelection audioHlsRenditionSelection)
Sets the value of the AudioHlsRenditionSelection property for this object.
|
default AudioSelectorSettings.Builder |
audioHlsRenditionSelection(Consumer<AudioHlsRenditionSelection.Builder> audioHlsRenditionSelection)
Sets the value of the AudioHlsRenditionSelection property for this object.
|
AudioSelectorSettings.Builder |
audioLanguageSelection(AudioLanguageSelection audioLanguageSelection)
Sets the value of the AudioLanguageSelection property for this object.
|
default AudioSelectorSettings.Builder |
audioLanguageSelection(Consumer<AudioLanguageSelection.Builder> audioLanguageSelection)
Sets the value of the AudioLanguageSelection property for this object.
|
AudioSelectorSettings.Builder |
audioPidSelection(AudioPidSelection audioPidSelection)
Sets the value of the AudioPidSelection property for this object.
|
default AudioSelectorSettings.Builder |
audioPidSelection(Consumer<AudioPidSelection.Builder> audioPidSelection)
Sets the value of the AudioPidSelection property for this object.
|
AudioSelectorSettings.Builder |
audioTrackSelection(AudioTrackSelection audioTrackSelection)
Sets the value of the AudioTrackSelection property for this object.
|
default AudioSelectorSettings.Builder |
audioTrackSelection(Consumer<AudioTrackSelection.Builder> audioTrackSelection)
Sets the value of the AudioTrackSelection property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAudioSelectorSettings.Builder audioHlsRenditionSelection(AudioHlsRenditionSelection audioHlsRenditionSelection)
audioHlsRenditionSelection - The new value for the AudioHlsRenditionSelection property for this object.default AudioSelectorSettings.Builder audioHlsRenditionSelection(Consumer<AudioHlsRenditionSelection.Builder> audioHlsRenditionSelection)
AudioHlsRenditionSelection.Builder
avoiding the need to create one manually via AudioHlsRenditionSelection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to audioHlsRenditionSelection(AudioHlsRenditionSelection).
audioHlsRenditionSelection - a consumer that will call methods on AudioHlsRenditionSelection.BuilderaudioHlsRenditionSelection(AudioHlsRenditionSelection)AudioSelectorSettings.Builder audioLanguageSelection(AudioLanguageSelection audioLanguageSelection)
audioLanguageSelection - The new value for the AudioLanguageSelection property for this object.default AudioSelectorSettings.Builder audioLanguageSelection(Consumer<AudioLanguageSelection.Builder> audioLanguageSelection)
AudioLanguageSelection.Builder avoiding
the need to create one manually via AudioLanguageSelection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to audioLanguageSelection(AudioLanguageSelection).
audioLanguageSelection - a consumer that will call methods on AudioLanguageSelection.BuilderaudioLanguageSelection(AudioLanguageSelection)AudioSelectorSettings.Builder audioPidSelection(AudioPidSelection audioPidSelection)
audioPidSelection - The new value for the AudioPidSelection property for this object.default AudioSelectorSettings.Builder audioPidSelection(Consumer<AudioPidSelection.Builder> audioPidSelection)
AudioPidSelection.Builder avoiding the
need to create one manually via AudioPidSelection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to audioPidSelection(AudioPidSelection).
audioPidSelection - a consumer that will call methods on AudioPidSelection.BuilderaudioPidSelection(AudioPidSelection)AudioSelectorSettings.Builder audioTrackSelection(AudioTrackSelection audioTrackSelection)
audioTrackSelection - The new value for the AudioTrackSelection property for this object.default AudioSelectorSettings.Builder audioTrackSelection(Consumer<AudioTrackSelection.Builder> audioTrackSelection)
AudioTrackSelection.Builder avoiding the
need to create one manually via AudioTrackSelection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to audioTrackSelection(AudioTrackSelection).
audioTrackSelection - a consumer that will call methods on AudioTrackSelection.BuilderaudioTrackSelection(AudioTrackSelection)Copyright © 2022. All rights reserved.