![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents a clip that will be exported as part of a new export. More...
#include <VxNewExportClip.h>
Public Member Functions | |
VxNewExportClip () | |
Initializes a new instance of the VxNewExportClip struct. More... | |
VxNewExportClip (const VxNewExportClip &ref) | |
Initializes a new instance of the VxNewExportClip struct. More... | |
~VxNewExportClip () | |
Finalizes an instance of the VxNewExportClip class. More... | |
void | Clear () |
Clears this instance. More... | |
Public Attributes | |
char | dataEncodingId [64] |
The specific data encoding to export (quality, framerate, and resolution). This can be obtained from the desired data interface of the clip. If not specified, the server shall select the data encoding. More... | |
char | dataSourceId [64] |
The unique identifier of the data source. More... | |
char | endTime [64] |
The time at which the clip ends. More... | |
char | startTime [64] |
The time at which the clip begins. More... | |
Represents a clip that will be exported as part of a new export.
Definition at line 13 of file VxNewExportClip.h.
|
inline |
Initializes a new instance of the VxNewExportClip struct.
Definition at line 18 of file VxNewExportClip.h.
|
inline |
Initializes a new instance of the VxNewExportClip struct.
ref | The reference. |
Definition at line 26 of file VxNewExportClip.h.
|
inline |
Finalizes an instance of the VxNewExportClip class.
Definition at line 36 of file VxNewExportClip.h.
|
inline |
Clears this instance.
Definition at line 43 of file VxNewExportClip.h.
char VxSdk::VxNewExportClip::dataEncodingId[64] |
The specific data encoding to export (quality, framerate, and resolution). This can be obtained from the desired data interface of the clip. If not specified, the server shall select the data encoding.
Definition at line 55 of file VxNewExportClip.h.
char VxSdk::VxNewExportClip::dataSourceId[64] |
The unique identifier of the data source.
Definition at line 59 of file VxNewExportClip.h.
char VxSdk::VxNewExportClip::endTime[64] |
The time at which the clip ends.
Definition at line 63 of file VxNewExportClip.h.
char VxSdk::VxNewExportClip::startTime[64] |
The time at which the clip begins.
Definition at line 67 of file VxNewExportClip.h.