JobConfigElementaryStream

data class JobConfigElementaryStream(val audioStream: JobConfigElementaryStreamAudioStream? = null, val key: String? = null, val videoStream: JobConfigElementaryStreamVideoStream? = null)

Constructors

Link copied to clipboard
constructor(audioStream: JobConfigElementaryStreamAudioStream? = null, key: String? = null, videoStream: JobConfigElementaryStreamVideoStream? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Encoding of an audio stream. Structure is documented below.

Link copied to clipboard
val key: String? = null

A unique key for this atom.

Link copied to clipboard

Encoding of a video stream. Structure is documented below.