M2tsRateMode

sealed class M2tsRateMode

When set to CBR, inserts null packets into transport stream to fill specified bitrate. When set to VBR, the bitrate setting acts as the maximum bitrate, but the output will not be padded up to that bitrate.

Inheritors

Types

Link copied to clipboard
object Cbr : M2tsRateMode
Link copied to clipboard
object Companion
Link copied to clipboard
data class SdkUnknown(val value: String) : M2tsRateMode
Link copied to clipboard
object Vbr : M2tsRateMode

Properties

Link copied to clipboard
abstract val value: String