Search Results

Go to the documentation of this file.
1 // Copyright (c) 2018 Digital Barriers
4 
8 #pragma once
9 
10 #ifdef __cplusplus
11 namespace EdgeVisDecoderSDK
12 {
13  extern "C" {
14 #endif
15 
20  typedef enum ArchiveFileSource
21  {
25  AFS_NOT_SET,
27 
28 #ifdef __cplusplus
29  }
30 }
31 #endif
File comes from TMS.
Definition: ArchiveFileSource.h:23
ArchiveFileSource
The possible sources of an archive file.
Definition: ArchiveFileSource.h:20
File comes from the edge device.
Definition: ArchiveFileSource.h:22
The EdgeVis Decoder SDK namespace.
File comes from either edge device or TMS.
Definition: ArchiveFileSource.h:24