录音质量。
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
-
The hash code for this object. [...]
read-only, inherited
-
index → int
The integer index of this enum.
final
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
-
Returns a string representation of this object.
override
Operators
-
operator ==(Object other) → bool
The equality operator. [...]
inherited