Eac3StereoDownmix enum
Choose how the service does stereo downmixing. This setting only applies if you keep the default value of 3/2 - L, R, C, Ls, Rs (CODING_MODE_3_2) for the setting Coding mode (Eac3CodingMode). If you choose a different value for Coding mode, the service ignores Stereo downmix (Eac3StereoDownmix).
Values
- notIndicated → const Eac3StereoDownmix
- loRo → const Eac3StereoDownmix
- ltRt → const Eac3StereoDownmix
- dpl2 → const Eac3StereoDownmix
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<
Eac3StereoDownmix> - A constant List of the values in this enum, in order of their declaration.