AgoraAudioMixingErrorCode Constants Reference

Declared in AgoraEnumerates.h

AgoraAudioMixingErrorCode

The error code of the audio mixing file.

Definition

typedef NS_ENUM(NSInteger, AgoraAudioMixingErrorCode ) {
   AgoraAudioMixingErrorCanNotOpen = 701,
   AgoraAudioMixingErrorTooFrequentCall = 702,
   AgoraAudioMixingErrorInterruptedEOF = 703,
   AgoraAudioMixingErrorOK = 0,
};

Constants

AgoraAudioMixingErrorCanNotOpen

The SDK cannot open the audio mixing file.

Declared In AgoraEnumerates.h.

AgoraAudioMixingErrorTooFrequentCall

The SDK opens the audio mixing file too frequently.

Declared In AgoraEnumerates.h.

AgoraAudioMixingErrorInterruptedEOF

The opening of the audio mixing file is interrupted.

Declared In AgoraEnumerates.h.

AgoraAudioMixingErrorOK

No error.

Declared In AgoraEnumerates.h.

Declared In

AgoraEnumerates.h