caption Selectors
suspend fun captionSelectors(value: Output<List<ChannelInputAttachmentInputSettingsCaptionSelectorArgs>>)
Parameters
value
Used to select the caption input to use for inputs that have multiple available. See Caption Selectors for more details.
suspend fun captionSelectors(vararg values: Output<ChannelInputAttachmentInputSettingsCaptionSelectorArgs>)
suspend fun captionSelectors(values: List<Output<ChannelInputAttachmentInputSettingsCaptionSelectorArgs>>)
Parameters
values
Used to select the caption input to use for inputs that have multiple available. See Caption Selectors for more details.
suspend fun captionSelectors(argument: List<suspend ChannelInputAttachmentInputSettingsCaptionSelectorArgsBuilder.() -> Unit>)
suspend fun captionSelectors(vararg argument: suspend ChannelInputAttachmentInputSettingsCaptionSelectorArgsBuilder.() -> Unit)
suspend fun captionSelectors(argument: suspend ChannelInputAttachmentInputSettingsCaptionSelectorArgsBuilder.() -> Unit)
Parameters
argument
Used to select the caption input to use for inputs that have multiple available. See Caption Selectors for more details.