ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsCaptionLanguageMappingArgs

data class ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsCaptionLanguageMappingArgs(val captionChannel: Output<Int>, val languageCode: Output<String>, val languageDescription: Output<String>) : ConvertibleToJava<ChannelEncoderSettingsOutputGroupOutputGroupSettingsHlsGroupSettingsCaptionLanguageMappingArgs>

Constructors

constructor(captionChannel: Output<Int>, languageCode: Output<String>, languageDescription: Output<String>)

Properties

Link copied to clipboard
val captionChannel: Output<Int>
Link copied to clipboard
val languageCode: Output<String>

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

Link copied to clipboard

Functions

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