ChannelInputAttachmentInputSettingsCaptionSelectorArgs

data class ChannelInputAttachmentInputSettingsCaptionSelectorArgs(val languageCode: Output<String>? = null, val name: Output<String>, val selectorSettings: Output<ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsArgs>? = null) : ConvertibleToJava<ChannelInputAttachmentInputSettingsCaptionSelectorArgs>

Constructors

constructor(languageCode: Output<String>? = null, name: Output<String>, selectorSettings: Output<ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsArgs>? = null)

Properties

Link copied to clipboard
val languageCode: Output<String>? = null

When specified this field indicates the three letter language code of the caption track to extract from the source.

Link copied to clipboard
val name: Output<String>

Name of the Channel. The following arguments are optional:

Functions

Link copied to clipboard
open override fun toJava(): ChannelInputAttachmentInputSettingsCaptionSelectorArgs