ACSVideoStreamState Enum
Déclaration
typedef enum ACSVideoStreamState : NSInteger { ... } ACSVideoStreamState;
Description
Définit les états d’exécution possibles pour un flux vidéo
Valeurs
Nom | Valeur | Description | Notes |
---|---|---|---|
ACSVideoStreamStateAvailable |
0 | Disponible | |
ACSVideoStreamStateStarted |
1 | Démarré | |
ACSVideoStreamStateStopping |
2 | En cours d’arrêt | |
ACSVideoStreamStateStopped |
3 | Arrêté | |
ACSVideoStreamStateNotAvailable |
4 | NotAvailable |