ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettingsArgs

data class ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettingsArgs(val convert608To708: Output<String>? = null, val scte20Detection: Output<String>? = null, val source608ChannelNumber: Output<Int>? = null) : ConvertibleToJava<ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsEmbeddedSourceSettingsArgs>

Constructors

constructor(convert608To708: Output<String>? = null, scte20Detection: Output<String>? = null, source608ChannelNumber: Output<Int>? = null)

Properties

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

If upconvert, 608 data is both passed through via the “608 compatibility bytes” fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.

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

Set to “auto” to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.

Link copied to clipboard
val source608ChannelNumber: Output<Int>? = null

Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.

Functions

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