RawAudioFrameOpModeType

Usage mode of audio data.

Enumerations

RawAudioFrameOpModeReadOnly
0: (Default) Read-only mode. You only retrieve the raw data returned by the SDK without making any modifications. For example, if you collect data via the SDK and perform your own CDN streaming, you can use this mode.
RawAudioFrameOpModeReadWrite
2: Read-write mode. You modify the raw audio returned by the SDK and send it back to the SDK for encoding and transmission. For example, if you have your own audio effects module and want to pre-process the data (e.g., voice changing), you can use this mode.