AgoraAudioRecordingQuality Constants Reference
Declared in | AgoraEnumerates.h |
---|
AgoraAudioRecordingQuality
Audio recording quality.
Definition
typedef NS_ENUM(NSInteger, AgoraAudioRecordingQuality ) {
AgoraAudioRecordingQualityLow = 0,
AgoraAudioRecordingQualityMedium = 1,
AgoraAudioRecordingQualityHigh = 2,
};
Constants
AgoraAudioRecordingQualityLow
-
Low quality: The sample rate is 32 KHz, and the file size is around 1.2 MB after 10 minutes of recording.
Declared In
AgoraEnumerates.h
. AgoraAudioRecordingQualityMedium
-
Medium quality: The sample rate is 32 KHz, and the file size is around 2 MB after 10 minutes of recording.
Declared In
AgoraEnumerates.h
. AgoraAudioRecordingQualityHigh
-
High quality: The sample rate is 32 KHz, and the file size is around 3.75 MB after 10 minutes of recording.
Declared In
AgoraEnumerates.h
.
Declared In
AgoraEnumerates.h