AudioRecordingQuality enum
Audio recording quality.
Values
- Low → const AudioRecordingQuality
-
Low quality. The sample rate is 32 KHz, and the file size is around 1.2 MB after 10 minutes of recording.
- Medium → const AudioRecordingQuality
-
Medium quality. The sample rate is 32 KHz, and the file size is around 2 MB after 10 minutes of recording.
- High → const AudioRecordingQuality
-
High quality. The sample rate is 32 KHz, and the file size is around 3.75 MB after 10 minutes of recording.
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<
AudioRecordingQuality> - A constant List of the values in this enum, in order of their declaration.