AgoraAudioMixingErrorCode Constants Reference

Declared in AgoraEnumerates.h

AgoraAudioMixingErrorCode

Audio Mixing Error Code.

Deprecated from v3.4.0. Use AgoraAudioMixingReasonCode instead.

Definition

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

Constants

AgoraAudioMixingErrorCanNotOpen

701: The SDK cannot open the audio mixing file.

Declared In AgoraEnumerates.h.

AgoraAudioMixingErrorTooFrequentCall

702: The SDK opens the audio mixing file too frequently.

Declared In AgoraEnumerates.h.

AgoraAudioMixingErrorInterruptedEOF

703: The opening of the audio mixing file is interrupted.

Declared In AgoraEnumerates.h.

AgoraAudioMixingErrorOK

0: No error.

Declared In AgoraEnumerates.h.

Declared In

AgoraEnumerates.h