Text Stream Response
data class TextStreamResponse(val codec: String, val displayName: String, val languageCode: String, val mapping: List<TextMappingResponse>)
Encoding of a text stream. For example, closed captions or subtitles.
Constructors
Link copied to clipboard
constructor(codec: String, displayName: String, languageCode: String, mapping: List<TextMappingResponse>)
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
.