ChannelEncoderSettingsAudioDescriptionCodecSettingsAc3Settings

data class ChannelEncoderSettingsAudioDescriptionCodecSettingsAc3Settings(val bitrate: Double? = null, val bitstreamMode: String? = null, val codingMode: String? = null, val dialnorm: Int? = null, val drcProfile: String? = null, val lfeFilter: String? = null, val metadataControl: String? = null)

Constructors

constructor(bitrate: Double? = null, bitstreamMode: String? = null, codingMode: String? = null, dialnorm: Int? = null, drcProfile: String? = null, lfeFilter: String? = null, metadataControl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bitrate: Double? = null

Average bitrate in bits/second.

Link copied to clipboard
val bitstreamMode: String? = null

Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.

Link copied to clipboard
val codingMode: String? = null

Dolby Digital coding mode.

Link copied to clipboard
val dialnorm: Int? = null

Sets the dialnorm of the output.

Link copied to clipboard
val drcProfile: String? = null

If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification.

Link copied to clipboard
val lfeFilter: String? = null

When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.

Link copied to clipboard
val metadataControl: String? = null

Metadata control.