AudioPreMixerSettings

Audio pre-mixer settings for normalizing audio before interleaving. These settings can be applied to individual PIDs or tracks before they are combined.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Audio normalization settings for loudness control. When specified, audio loudness will be normalized according to the chosen algorithm.

Link copied to clipboard

Number of audio channels. If specified, the audio will be remixed to match this channel count. Ignored if remixSettings is specified.

Link copied to clipboard

Gain adjustment in dB to apply. Range: -60 to +60 dB

Link copied to clipboard

Settings that control how input audio channels are remixed. When specified, allows fine-grained control over channel mapping and gain levels. Takes precedence over the 'channels' setting.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String