![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The Bookmark class represents a point in time of interest with reference to a particular data source. More...
#include <Bookmark.h>
Public Member Functions | |
| Bookmark (VxSdk::IVxBookmark *vxBookmark) | |
| Constructor. More... | |
| virtual | ~Bookmark () |
| Destructor. More... | |
| !Bookmark () | |
| Finaliser. More... | |
| Results::Value | Refresh () |
| Refreshes this instances properties. More... | |
Package Functions | |
| CPPCli::DataSource^ | _GetDataSource () |
Package Attributes | |
| VxSdk::IVxBookmark * | _bookmark |
Properties | |
| System::String^ | Description [get, set] |
| Gets or sets the friendly description of the bookmark. More... | |
| System::String^ | Id [get] |
| Gets the unique bookmark identifier. More... | |
| System::String^ | Name [get, set] |
| Gets or sets the friendly name. More... | |
| System::DateTime | Time [get] |
| Gets the date and time at which the point of interest occurred. More... | |
| CPPCli::DataSource^ | DataSource [get] |
| Gets the data source associated with this bookmark. More... | |
The Bookmark class represents a point in time of interest with reference to a particular data source.
Definition at line 14 of file Bookmark.h.
| CPPCli::Bookmark::Bookmark | ( | VxSdk::IVxBookmark * | vxBookmark | ) |
|
inlinevirtual |
Destructor.
Definition at line 26 of file Bookmark.h.
| CPPCli::Bookmark::!Bookmark | ( | ) |
|
package |
Definition at line 21 of file Bookmark.cpp.
| CPPCli::Results::Value CPPCli::Bookmark::Refresh | ( | ) |
Refreshes this instances properties.
Definition at line 17 of file Bookmark.cpp.
|
package |
Definition at line 97 of file Bookmark.h.
|
get |
Gets the data source associated with this bookmark.
The associated data source.
Definition at line 91 of file Bookmark.h.
|
getset |
Gets or sets the friendly description of the bookmark.
The friendly description.
Definition at line 45 of file Bookmark.h.
|
get |
Gets the unique bookmark identifier.
The unique identifier.
Definition at line 59 of file Bookmark.h.
|
getset |
|
get |
Gets the date and time at which the point of interest occurred.
A default DateTime if it fails, else the DateTime at which the point of interest occurred.
Definition at line 82 of file Bookmark.h.