Get Support
Home
Components
Examples
Namespaces
Classes
Files
File List
File Members
SDKs
EdgeVisDecoderSDK
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
,
24
HOURS
,
25
MINS
,
26
BOOKMARK
27
}
TimelineEntryFlags
;
28
29
#ifdef __cplusplus
30
}
31
}
32
#endif
HOURS
The value is an hour.
Definition:
TimelineEntryFlags.h:24
BOOKMARK
The value is an archive bookmark.
Definition:
TimelineEntryFlags.h:26
TimelineEntryFlags
TimelineEntryFlags
This contains values representing the type of timeline entry.
Definition:
TimelineEntryFlags.h:21
MINS
The value is a minute.
Definition:
TimelineEntryFlags.h:25
DAYS
The value is a day.
Definition:
TimelineEntryFlags.h:23
EdgeVisDecoderSDK
The EdgeVis Decoder SDK namespace.