ArchiveBookmark.h
Go to the documentation of this file.
36 DB_EDGEVIS_SDK ArchiveBookmark(int64_t timestamp, int32_t index, int32_t input, const std::wstring& name, const std::wstring& description);
DB_EDGEVIS_SDK int32_t GetInput() const
The input this bookmark is set against.
DB_EDGEVIS_SDK int64_t GetTimeStamp() const
The timestamp of the bookmark.
DB_EDGEVIS_SDK std::wstring GetDescription() const
The description of the bookmark.
DB_EDGEVIS_SDK std::wstring GetName() const
The name of the bookmark.
DB_EDGEVIS_SDK int32_t GetIndex() const
Index identifier of the bookmark.
DB_EDGEVIS_SDK int64_t GetCreatedTimeStamp() const
The timestamp that the bookmark was created A value of 0 indicates that the creation time is not know...
The EdgeVis Decoder SDK namespace.
Contains the details of an Archive bookmark.
Definition: ArchiveBookmark.h:31