Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
const char * | filePath |
bool | encode |
int | sampleRate |
AUDIO_FILE_RECORDING_TYPE | fileRecordingType |
AUDIO_RECORDING_QUALITY_TYPE | quality |
The Audio file recording options.
|
inline |
|
inline |
|
inline |
|
inline |
const char* filePath |
The path of recording file. The string of the file path is in UTF-8 code.
bool encode |
Determines whether to encode audio data.
int sampleRate |
The sample rate of audio data. Default is 32000. The optional value is 16000, 32000, 44100, or 48000.
AUDIO_FILE_RECORDING_TYPE fileRecordingType |
The recording type of audio data.
AUDIO_RECORDING_QUALITY_TYPE quality |
The recording quality of audio data.