![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The ExportClip class represents an individual range of media data belonging to an Export. This data shall be exported when the Export is triggered. More...
#include <ExportClip.h>
Public Member Functions | |
ExportClip (VxSdk::IVxExportClip *vxClip) | |
Constructor. More... | |
Package Attributes | |
VxSdk::IVxExportClip * | _exportClip |
Properties | |
System::String^ | DataSourceId [get] |
Gets the data source unique identifier of the export media. More... | |
System::DateTime | EndTime [get] |
Gets the time at which the export media ends. More... | |
System::String^ | Id [get] |
Gets the unique identifier. More... | |
System::DateTime | StartTime [get] |
Gets the time at which the export media begins. More... | |
The ExportClip class represents an individual range of media data belonging to an Export. This data shall be exported when the Export is triggered.
Definition at line 14 of file ExportClip.h.
CPPCli::ExportClip::ExportClip | ( | VxSdk::IVxExportClip * | vxExportClip | ) |
Constructor.
Implements the export clip class.
vxClip | The vx clip. |
Definition at line 6 of file ExportClip.cpp.
|
package |
Definition at line 60 of file ExportClip.h.
|
get |
Gets the data source unique identifier of the export media.
The unique identifier of the data source.
Definition at line 27 of file ExportClip.h.
|
get |
Gets the time at which the export media ends.
The end time.
Definition at line 36 of file ExportClip.h.
|
get |
|
get |
Gets the time at which the export media begins.
The start time.
Definition at line 54 of file ExportClip.h.