RawAudioFrameOpModeType

Usage mode of audio data.

Enumerations

rawAudioFrameOpModeReadOnly
0: (Default) Read-only mode. For example, if you collect data via the SDK and perform bypass streaming yourself, you can choose this mode.
rawAudioFrameOpModeReadWrite
2: Read-write mode. For example, if you have your own audio effects processing module and want to pre-process the data (e.g., voice changing), you can choose this mode.