TextStreamResponse

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
fun TextStreamResponse(codec: String, displayName: String, languageCode: String, mapping: List<TextMappingResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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.