MultiplexSettings

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

A key-value pair to associate with a resource.

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 in milliseconds.

Link copied to clipboard

Transport stream bit rate.

Link copied to clipboard

Transport stream ID.

Link copied to clipboard

Transport stream reserved bit rate.