ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsDvbSubSourceSettingsArgs

data class ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsDvbSubSourceSettingsArgs(val ocrLanguage: Output<String>? = null, val pid: Output<Int>? = null) : ConvertibleToJava<ChannelInputAttachmentInputSettingsCaptionSelectorSelectorSettingsDvbSubSourceSettingsArgs>

Constructors

constructor(ocrLanguage: Output<String>? = null, pid: Output<Int>? = null)

Properties

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

If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.

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

When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.

Functions

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