MultiplexMultiplexSettings

data class MultiplexMultiplexSettings(val maximumVideoBufferDelayMilliseconds: Int? = null, val transportStreamBitrate: Int, val transportStreamId: Int, val transportStreamReservedBitrate: Int? = null)

Constructors

Link copied to clipboard
constructor(maximumVideoBufferDelayMilliseconds: Int? = null, transportStreamBitrate: Int, transportStreamId: Int, transportStreamReservedBitrate: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum video buffer delay.

Link copied to clipboard

Transport stream bit rate.

Link copied to clipboard

Unique ID for each multiplex.

Link copied to clipboard

Transport stream reserved bit rate.