JobConfigMuxStream

data class JobConfigMuxStream(val container: String? = null, val elementaryStreams: List<String>? = null, val encryptionId: String? = null, val fileName: String? = null, val key: String? = null, val segmentSettings: JobConfigMuxStreamSegmentSettings? = null)

Constructors

Link copied to clipboard
constructor(container: String? = null, elementaryStreams: List<String>? = null, encryptionId: String? = null, fileName: String? = null, key: String? = null, segmentSettings: JobConfigMuxStreamSegmentSettings? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val container: String? = null

The container format. The default is mp4.

Link copied to clipboard

List of ElementaryStream.key values multiplexed in this stream.

Link copied to clipboard
val encryptionId: String? = null

Identifier of the encryption configuration to use.

Link copied to clipboard
val fileName: String? = null

The name of the generated file.

Link copied to clipboard
val key: String? = null

A unique key for this multiplexed stream.

Link copied to clipboard

Segment settings for ts, fmp4 and vtt. Structure is documented below.