RAW_AUDIO_FRAME_OP_MODE_TYPE
The use mode of the audio data.
Enumerator
- RAW_AUDIO_FRAME_OP_MODE_READ_ONLY
- 0: Read-only mode, the user only read the original data from AudioFrame without any modification. For example, when users acquire the data with the Agora SDK, then start the media push.
- RAW_AUDIO_FRAME_OP_MODE_READ_WRITE
- 2: Read and write mode, Users read the data from AudioFrame, modify it, and then play it. For example, when users have their own audio-effect processing module and perform some voice preprocessing, such as a voice change.