RawAudioFrameOpModeType
Usage modes for audio data.
Enumerations
- RawAudioFrameOpModeReadOnly
- 0: (Default) Read-only mode. For example, if you collect data using the SDK and perform CDN 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 as needed (such as voice changing), you can choose this mode.