ArchivePlaybackState.h
Go to the documentation of this file.
1 // Copyright (c) 2016 Digital Barriers
4 
8 #pragma once
9 
10 #ifdef __cplusplus
11 namespace EdgeVisEncoderSDK
12 {
13  extern "C" {
14 #endif
15 
20  typedef enum ArchivePlaybackState
21  {
28 
29 #ifdef __cplusplus
30  }
31 }
32 #endif
The archive is paused.
Definition: ArchivePlaybackState.h:23
The archive is stopped.
Definition: ArchivePlaybackState.h:22
The archive is rewinding.
Definition: ArchivePlaybackState.h:26
The EdgeVis Encoder SDK namespace.
ArchivePlaybackState
Defines the set of Archive playback states.
Definition: ArchivePlaybackState.h:20
The archive is playing.
Definition: ArchivePlaybackState.h:24
The archive is fast forwarding.
Definition: ArchivePlaybackState.h:25