public static interface AudioSelectorGroup.Builder extends SdkPojo, CopyableBuilder<AudioSelectorGroup.Builder,AudioSelectorGroup>
Modifier and Type | Method and Description |
---|---|
AudioSelectorGroup.Builder |
audioSelectorNames(Collection<String> audioSelectorNames)
Name of an Audio Selector within the same input to include in the group.
|
AudioSelectorGroup.Builder |
audioSelectorNames(String... audioSelectorNames)
Name of an Audio Selector within the same input to include in the group.
|
copy
applyMutation, build
AudioSelectorGroup.Builder audioSelectorNames(Collection<String> audioSelectorNames)
audioSelectorNames
- Name of an Audio Selector within the same input to include in the group. Audio selector names are
standardized, based on their order within the input (e.g., "Audio Selector 1"). The audio selector
name parameter can be repeated to add any number of audio selectors to the group.AudioSelectorGroup.Builder audioSelectorNames(String... audioSelectorNames)
audioSelectorNames
- Name of an Audio Selector within the same input to include in the group. Audio selector names are
standardized, based on their order within the input (e.g., "Audio Selector 1"). The audio selector
name parameter can be repeated to add any number of audio selectors to the group.Copyright © 2019. All rights reserved.