ElementaryStreamResponse

data class ElementaryStreamResponse(val audioStream: AudioStreamResponse, val key: String, val textStream: TextStreamResponse, val videoStream: VideoStreamResponse)

Encoding of an input file such as an audio, video, or text track. Elementary streams must be packaged before mapping and sharing between different output formats.

Constructors

Link copied to clipboard
constructor(audioStream: AudioStreamResponse, key: String, textStream: TextStreamResponse, videoStream: VideoStreamResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Encoding of an audio stream.

Link copied to clipboard
val key: String

A unique key for this elementary stream.

Link copied to clipboard

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

Link copied to clipboard

Encoding of a video stream.