![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The NewBookmark class represents a new bookmark. More...
#include <NewBookmark.h>
Public Member Functions | |
NewBookmark () | |
Default constructor. More... | |
NewBookmark (VxSdk::VxNewBookmark *vxNewBookmark) | |
Constructor. More... | |
Package Attributes | |
VxSdk::VxNewBookmark * | _newBookmark |
Properties | |
System::String^ | DataSourceId [get, set] |
Gets or sets the unique identifier of the data source. More... | |
System::String^ | Description [get, set] |
Gets or sets the description of the bookmark. More... | |
System::String^ | Name [get, set] |
Gets or sets the friendly name of the bookmark. More... | |
System::DateTime | Time [get, set] |
Gets or sets the time at which the point of interest occurred. More... | |
The NewBookmark class represents a new bookmark.
Definition at line 12 of file NewBookmark.h.
|
inline |
|
inline |
|
package |
Definition at line 71 of file NewBookmark.h.
|
getset |
Gets or sets the unique identifier of the data source.
The unique identifier.
Definition at line 34 of file NewBookmark.h.
|
getset |
Gets or sets the description of the bookmark.
The bookmark description.
Definition at line 44 of file NewBookmark.h.
|
getset |
Gets or sets the friendly name of the bookmark.
The friendly name.
Definition at line 54 of file NewBookmark.h.
|
getset |
Gets or sets the time at which the point of interest occurred.
The time at which the point of interest occurred.
Definition at line 64 of file NewBookmark.h.