TimelineEntryFlags.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 
21  typedef enum TimelineEntryFlags
22  {
23  DAYS,
25  MINS,
28 
29 #ifdef __cplusplus
30  }
31 }
32 #endif
The value is an hour.
Definition: TimelineEntryFlags.h:24
The value is an archive bookmark.
Definition: TimelineEntryFlags.h:26
TimelineEntryFlags
This contains values representing the type of timeline entry.
Definition: TimelineEntryFlags.h:21
The value is a minute.
Definition: TimelineEntryFlags.h:25
The value is a day.
Definition: TimelineEntryFlags.h:23
The EdgeVis Decoder SDK namespace.