![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents a new bookmark to be created. More...
#include <VxNewBookmark.h>
Public Member Functions | |
VxNewBookmark () | |
Initializes a new instance of the VxNewBookmark struct. More... | |
VxNewBookmark (const VxNewBookmark &ref) | |
Initializes a new instance of the VxNewBookmark struct. More... | |
~VxNewBookmark () | |
Finalizes an instance of the VxNewBookmark class. More... | |
void | Clear () |
Clears this instance. More... | |
Public Attributes | |
char | dataSourceId [64] |
The unique identifier of the data source to associate with the bookmark. More... | |
char | description [64] |
The friendly description of the bookmark. More... | |
char | name [64] |
The friendly name of the bookmark. More... | |
char | time [64] |
The time at which the point of interest occurred. More... | |
Represents a new bookmark to be created.
Definition at line 12 of file VxNewBookmark.h.
|
inline |
Initializes a new instance of the VxNewBookmark struct.
Definition at line 17 of file VxNewBookmark.h.
|
inline |
Initializes a new instance of the VxNewBookmark struct.
ref | The reference. |
Definition at line 25 of file VxNewBookmark.h.
|
inline |
|
inline |
Clears this instance.
Definition at line 42 of file VxNewBookmark.h.
char VxSdk::VxNewBookmark::dataSourceId[64] |
The unique identifier of the data source to associate with the bookmark.
Definition at line 53 of file VxNewBookmark.h.
char VxSdk::VxNewBookmark::description[64] |
The friendly description of the bookmark.
Definition at line 57 of file VxNewBookmark.h.
char VxSdk::VxNewBookmark::name[64] |
The friendly name of the bookmark.
Definition at line 61 of file VxNewBookmark.h.
char VxSdk::VxNewBookmark::time[64] |
The time at which the point of interest occurred.
Definition at line 65 of file VxNewBookmark.h.