AacSettings

Aac Settings

Types

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

Properties

Link copied to clipboard

Average bitrate in bits/second. Valid values depend on rate control mode and profile.

Link copied to clipboard

Mono, Stereo, or 5.1 channel layout. Valid values depend on rate control mode and profile. The adReceiverMix setting receives a stereo description plus control track and emits a mono AAC encode of the description track, with control data emitted in the PES header as per ETSI TS 101 154 Annex E.

Link copied to clipboard

Set to "broadcasterMixedAd" when input contains pre-mixed main audio + AD (narration) as a stereo pair. The Audio Type field (audioType) will be set to 3, which signals to downstream systems that this stream contains "broadcaster mixed AD". Note that the input received by the encoder must contain pre-mixed audio; the encoder does not perform the mixing. The values in audioTypeControl and audioType (in AudioDescription) are ignored when set to broadcasterMixedAd. Leave set to "normal" when input does not contain pre-mixed audio + AD.

Link copied to clipboard

AAC Profile.

Link copied to clipboard

Rate Control Mode.

Link copied to clipboard

Sets LATM / LOAS AAC output for raw containers.

Link copied to clipboard

Sample rate in Hz. Valid values depend on rate control mode and profile.

Link copied to clipboard

Use MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.

Link copied to clipboard

VBR Quality Level - Only used if rateControlMode is VBR.

Functions

Link copied to clipboard
inline fun copy(block: AacSettings.Builder.() -> Unit = {}): AacSettings
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