|
Agora C++ API Reference for All Platforms
|
Namespaces | |
| namespace | base |
Classes | |
| struct | AudioSpectrumData |
| struct | ContentInspectConfig |
| struct | ContentInspectConfigEx |
| struct | ContentInspectModule |
| struct | ContentInspectModuleEx |
| class | IAudioFrameObserver |
| class | IAudioFrameObserverBase |
| class | IAudioPcmFrameSink |
| class | IAudioSpectrumObserver |
| class | IFaceInfoObserver |
| class | IMediaEngine |
| class | IMediaEngineEx |
| class | IMediaRecorderObserver |
| class | IMediaRecorderObserverEx |
| class | IVideoEncodedFrameObserver |
| class | IVideoFrameObserver |
| class | IVideoFrameObserverEx |
| struct | MediaRecorderConfiguration |
| struct | RecorderInfo |
| struct | SnapshotConfig |
| struct | UserAudioSpectrumInfo |
The type of media device.
| Enumerator | |
|---|---|
| CONTENT_INSPECT_INVALID | (Default) content inspect type invalid |
| __deprecated |
|
| CONTENT_INSPECT_SUPERVISION | Content inspect type supervise |
| CONTENT_INSPECT_IMAGE_MODERATION | Content inspect type image moderation |
The current recording state.
| Enumerator | |
|---|---|
| RECORDER_STATE_ERROR | -1: An error occurs during the recording. See RecorderReasonCode for the reason. |
| RECORDER_STATE_START | 2: The audio and video recording is started. |
| RECORDER_STATE_STOP | 3: The audio and video recording is stopped. |
The reason for the state change