Text Stream Args
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
constructor(codec: Output<String>? = null, displayName: Output<String>? = null, languageCode: Output<String>? = null, mapping: Output<List<TextMappingArgs>>? = null)
Properties
Link copied to clipboard
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
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
The mapping for the Job.edit_list
atoms with text EditAtom.inputs
.