Elementary Stream Response
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)