audio Selectors
suspend fun audioSelectors(value: Output<List<ChannelInputAttachmentInputSettingsAudioSelectorArgs>>)
Parameters
value
Used to select the audio stream to decode for inputs that have multiple. See Audio Selectors for more details.
suspend fun audioSelectors(vararg values: Output<ChannelInputAttachmentInputSettingsAudioSelectorArgs>)
suspend fun audioSelectors(values: List<Output<ChannelInputAttachmentInputSettingsAudioSelectorArgs>>)
Parameters
values
Used to select the audio stream to decode for inputs that have multiple. See Audio Selectors for more details.
suspend fun audioSelectors(argument: List<suspend ChannelInputAttachmentInputSettingsAudioSelectorArgsBuilder.() -> Unit>)
suspend fun audioSelectors(vararg argument: suspend ChannelInputAttachmentInputSettingsAudioSelectorArgsBuilder.() -> Unit)
suspend fun audioSelectors(argument: suspend ChannelInputAttachmentInputSettingsAudioSelectorArgsBuilder.() -> Unit)
Parameters
argument
Used to select the audio stream to decode for inputs that have multiple. See Audio Selectors for more details.