AgoraMediaRecorderState Constants Reference

Declared in AgoraEnumerates.h
Availability v3.5.2

AgoraMediaRecorderState

The current recording state.

Definition

typedef NS_ENUM(NSInteger, AgoraMediaRecorderState ) {
   AgoraMediaRecorderStateError = -1,
   AgoraMediaRecorderStateStarted = 2,
   AgoraMediaRecorderStateStopped = 3,
};

Constants

AgoraMediaRecorderStateError

-1: An error occurs during the recording. See error for the reason.

Declared In AgoraEnumerates.h.

AgoraMediaRecorderStateStarted

2: The audio and video recording is started.

Declared In AgoraEnumerates.h.

AgoraMediaRecorderStateStopped

3: The audio and video recording is stopped.

Declared In AgoraEnumerates.h.

Availability

v3.5.2

Declared In

AgoraEnumerates.h