AacCodingMode enum
Mono (Audio Description), Mono, Stereo, or 5.1 channel layout. Valid values depend on rate control mode and profile. "1.0 - Audio Description (Receiver Mix)" 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.
Values
- adReceiverMix → const AacCodingMode
- codingMode_1_0 → const AacCodingMode
- codingMode_1_1 → const AacCodingMode
- codingMode_2_0 → const AacCodingMode
- codingMode_5_1 → const AacCodingMode
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AacCodingMode> - A constant List of the values in this enum, in order of their declaration.