AudioMixingDualMonoMode enum
混音播放声道类型
Values
- auto → const AudioMixingDualMonoMode
-
与音频文件一致
- left → const AudioMixingDualMonoMode
-
只能听到音频文件中左声道的音频
- right → const AudioMixingDualMonoMode
-
只能听到音频文件中右声道的音频
- mix → const AudioMixingDualMonoMode
-
能同时听到音频文件中左右声道的音频
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<
AudioMixingDualMonoMode> - A constant List of the values in this enum, in order of their declaration.