UZLiveState
enum UZLiveState {}
Live state
-
Ready
Declaration
Objective-C
UZLiveState_Ready = 0
-
Pending
Declaration
Objective-C
UZLiveState_Pending = 1
-
Start
Declaration
Objective-C
UZLiveState_Start = 2
-
Stop
Declaration
Objective-C
UZLiveState_Stop = 3
-
Error
Declaration
Objective-C
UZLiveState_Error = 4
-
Refresh
Declaration
Objective-C
UZLiveState_Refresh = 5