TextStreamArgs

data class TextStreamArgs(val codec: Output<String>? = null, val displayName: Output<String>? = null, val languageCode: Output<String>? = null, val mapping: Output<List<TextMappingArgs>>? = null) : ConvertibleToJava<TextStreamArgs>

Encoding of a text stream. For example, closed captions or subtitles.

Constructors

Link copied to clipboard
fun TextStreamArgs(codec: Output<String>? = null, displayName: Output<String>? = null, languageCode: Output<String>? = null, mapping: Output<List<TextMappingArgs>>? = null)

Functions

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

Properties

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

The codec for this text stream. The default is webvtt. Supported text codecs: - srt - ttml - cea608 - cea708 - webvtt

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

The name for this particular text stream that will be added to the HLS/DASH manifest. Not supported in MP4 files.

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

The BCP-47 language code, such as en-US or sr-Latn. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not supported in MP4 files.

Link copied to clipboard
val mapping: Output<List<TextMappingArgs>>? = null

The mapping for the Job.edit_list atoms with text EditAtom.inputs.