StreamStatus.h
Go to the documentation of this file.
1 // Copyright (c) 2016 Digital Barriers
4 
8 #pragma once
9 
10 #ifdef __cplusplus
11 namespace EdgeVisDecoderSDK
12 {
13  extern "C" {
14 #endif
15 
20  typedef enum StreamStatus
21  {
47  } StreamStatus;
48 
49 #ifdef __cplusplus
50  }
51 }
52 #endif
Video has stopped playing.
Definition: StreamStatus.h:30
The H264 Encoder has failed to skip a frame.
Definition: StreamStatus.h:44
Stream corruption detected, a key frame will be requested automatically.
Definition: StreamStatus.h:41
Video has started playing.
Definition: StreamStatus.h:29
Stream closed on the server side by Admin.
Definition: StreamStatus.h:25
Stream is unavailable.
Definition: StreamStatus.h:23
Stream has timed out.
Definition: StreamStatus.h:37
Archive video has stopped playing.
Definition: StreamStatus.h:34
Stream not available.
Definition: StreamStatus.h:24
Sending (Serial mode only)
Definition: StreamStatus.h:31
Stream is OK (might be trying to connect)
Definition: StreamStatus.h:22
Archive video has started playing.
Definition: StreamStatus.h:33
The stream has been removed (deleted).
Definition: StreamStatus.h:28
Stream has failed to connect.
Definition: StreamStatus.h:39
Cant contact server so stream will be down.
Definition: StreamStatus.h:27
Receiving (Serial mode only)
Definition: StreamStatus.h:32
Stream has not been able to connect using the specified transport and may try a secondary option...
Definition: StreamStatus.h:38
Stream has been closed.
Definition: StreamStatus.h:26
StreamStatus
Stream status information types.
Definition: StreamStatus.h:20
The EdgeVis Decoder SDK namespace.
Stream decoded a key frame.
Definition: StreamStatus.h:40
The requested stream is locked by another user.
Definition: StreamStatus.h:35
The JPEG Encoder has failed to encode a frame.
Definition: StreamStatus.h:46
The H264 Encoder is skipping frames.
Definition: StreamStatus.h:43
The stream version from the encoder is newer than the decoder can support.
Definition: StreamStatus.h:36
The RGB Encoder has failed to encode a frame.
Definition: StreamStatus.h:45
The decode is unable to keep pace with the incoming data, could be due to too many streams on one mac...
Definition: StreamStatus.h:42