Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declaration
typedef enum ACSVideoStreamState : NSInteger { ... } ACSVideoStreamState;
Description
Defines possible running states for a video stream
Values
Name | Value | Description | Remarks |
---|---|---|---|
ACSVideoStreamStateAvailable |
0 | Available | |
ACSVideoStreamStateStarted |
1 | Started | |
ACSVideoStreamStateStopping |
2 | Stopping | |
ACSVideoStreamStateStopped |
3 | Stopped | |
ACSVideoStreamStateNotAvailable |
4 | NotAvailable |