AudioRecordingQuality enum
Audio recording quality, which is set in RtcEngine.startAudioRecording.
Values
- Low → const AudioRecordingQuality
-
Low quality. For example, the size of an AAC file with a sample rate of 32,000 Hz and a 10-minute recording is approximately 1.2 MB.
- Medium → const AudioRecordingQuality
-
(Default) Medium quality. For example, the size of an AAC file with a sample rate of 32,000 Hz and a 10-minute recording is approximately 2 MB.
- High → const AudioRecordingQuality
-
High quality. For example, the size of an AAC file with a sample rate of 32,000 Hz and a 10-minute recording is approximately 3.75 MB.
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.