ChannelEncoderSettingsCaptionDescription

data class ChannelEncoderSettingsCaptionDescription(val accessibility: String? = null, val captionSelectorName: String, val destinationSettings: ChannelEncoderSettingsCaptionDescriptionDestinationSettings? = null, val languageCode: String? = null, val languageDescription: String? = null, val name: String)

Constructors

Link copied to clipboard
constructor(accessibility: String? = null, captionSelectorName: String, destinationSettings: ChannelEncoderSettingsCaptionDescriptionDestinationSettings? = null, languageCode: String? = null, languageDescription: String? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessibility: String? = null

Indicates whether the caption track implements accessibility features such as written descriptions of spoken dialog, music, and sounds.

Link copied to clipboard

Specifies which input caption selector to use as a caption source when generating output captions. This field should match a captionSelector name.

Link copied to clipboard

Additional settings for captions destination that depend on the destination type. See Destination Settings for more details.

Link copied to clipboard
val languageCode: String? = null

ISO 639-2 three-digit code.

Link copied to clipboard

Human readable information to indicate captions available for players (eg. English, or Spanish).

Link copied to clipboard

Name of the caption description. Used to associate a caption description with an output. Names must be unique within an event.