AliyunRecorderState
enum AliyunRecorderState : NSUInteger {}
* The State of recorder API_AVAILABLE(3.22.0)
-
Idle, waiting for record API_AVAILABLE(3.22.0)
Declaration
Objective-C
AliyunRecorderState_Idle = 0 -
Loading of record; wait the first frame of all record source; it will auto change to recording if got all first frame of all record source API_AVAILABLE(3.22.0)
Declaration
Objective-C
AliyunRecorderState_LoadingForRecord -
recording API_AVAILABLE(3.22.0)
Declaration
Objective-C
AliyunRecorderState_Recording -
stopping, waiting for flush data in buffer, it will auto change to stop state if flush finish API_AVAILABLE(3.22.0)
Declaration
Objective-C
AliyunRecorderState_Stopping -
Stop recording API_AVAILABLE(3.22.0)
Declaration
Objective-C
AliyunRecorderState_Stop -
Error occurred; call cancel will reset the state to idle API_AVAILABLE(3.22.0)
Declaration
Objective-C
AliyunRecorderState_Error -
Error occurred; call cancel will reset the state to idle API_AVAILABLE(3.22.0)
Declaration
Objective-C
AliyunRecorderState_Max
AliyunRecorderState Enumeration Reference