AudioRecordingQuality enum
录音质量。
Constants
- High → const AudioRecordingQuality
-
高音质。采样率为 32 kHz,录制 10 分钟的文件大小为 3.75 M 左右。
@JsonValue(2)const AudioRecordingQuality(2)
- Low → const AudioRecordingQuality
-
低音质。采样率为 32 kHz,录制 10 分钟的文件大小为 1.2 M 左右。
@JsonValue(0)const AudioRecordingQuality(0)
- Medium → const AudioRecordingQuality
-
中音质。采样率为 32 kHz,录制 10 分钟的文件大小为 2 M 左右。
@JsonValue(1)const AudioRecordingQuality(1)
-
values
→ const List<
AudioRecordingQuality> -
A constant List of the values in this enum, in order of their declaration.
const List<
AudioRecordingQuality>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited