AudioQuality enum
音频质量
Values
- low → const AudioQuality
-
低音质
- medium → const AudioQuality
-
中音质
- high → const AudioQuality
-
高音质
- ultraHigh → const AudioQuality
-
超高音质
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<
AudioQuality> - A constant List of the values in this enum, in order of their declaration.