|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
| NSString *_Nullable | filePath |
| NSUInteger | sampleRate |
| AgoraAudioFileRecordingType | fileRecordOption |
| AgoraAudioRecordingQuality | quality |
| NSInteger | recordingChannel |
|
readwritenonatomiccopy |
The absolute path (including the filename extensions) of the recording file. For example: /var/mobile/Containers/Data/audio.aac.
|
readwritenonatomicassign |
Recording sample rate (Hz).
quality set as AgoraAudioRecordingQualityMedium or AgoraAudioRecordingQualityHigh for better recording quality.
|
readwritenonatomicassign |
The recording content. See AgoraAudioFileRecordingType.
|
readwritenonatomicassign |
Recording quality. See AgoraAudioRecordingQuality.
|
readwritenonatomicassign |
The audio channel of recording: The parameter supports the following values:
recordingChannel is 2, the recorded audio is the dual-channel data that is copied from mono data, not stereo.recordingChannel is 1, the recorded audio is the mono data that is mixed by dual-channel data. The integration scheme also affects the final recorded audio channel. If you need to record in stereo, contact technical support.