MediaStreamState.h
Go to the documentation of this file.
1 // Copyright (c) 2016 Digital Barriers
4 
9 #pragma once
10 
11 #ifdef __cplusplus
12 namespace EdgeVisEncoderSDK
13 {
14  extern "C" {
15 #endif
16 
21  typedef enum MediaStreamState
22  {
26 
27 #ifdef __cplusplus
28  }
29 }
30 #endif
The media stream is open and streaming.
Definition: MediaStreamState.h:24
MediaStreamState
Defines the set of stream states.
Definition: MediaStreamState.h:21
The media stream is closed and not streaming.
Definition: MediaStreamState.h:23
The EdgeVis Encoder SDK namespace.