![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents an individual range of media data belonging to an export. This data shall be exported when the export is triggered. More...
#include <IVxExportClip.h>
Public Attributes | |
char | dataSourceId [64] |
The unique identifier of the export clips data source. More... | |
char | endTime [64] |
The time at which the export media ends. More... | |
char | id [64] |
The unique identifier of the export clip. More... | |
char | startTime [64] |
The time at which the export media begins. More... | |
Protected Member Functions | |
void | Clear () |
Clears this instance. More... | |
Represents an individual range of media data belonging to an export. This data shall be exported when the export is triggered.
Definition at line 12 of file IVxExportClip.h.
|
inlineprotected |
Clears this instance.
Definition at line 35 of file IVxExportClip.h.
char VxSdk::IVxExportClip::dataSourceId[64] |
The unique identifier of the export clips data source.
Definition at line 17 of file IVxExportClip.h.
char VxSdk::IVxExportClip::endTime[64] |
The time at which the export media ends.
Definition at line 21 of file IVxExportClip.h.
char VxSdk::IVxExportClip::id[64] |
The unique identifier of the export clip.
Definition at line 25 of file IVxExportClip.h.
char VxSdk::IVxExportClip::startTime[64] |
The time at which the export media begins.
Definition at line 29 of file IVxExportClip.h.