![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The NewExportClip class represents a new export clip. More...
#include <NewExportClip.h>
Public Member Functions | |
NewExportClip () | |
Default constructor. More... | |
NewExportClip (VxSdk::VxNewExportClip *vxNewExportClip) | |
Constructor. More... | |
Package Attributes | |
VxSdk::VxNewExportClip * | _newExportClip |
Properties | |
System::String^ | DataEncodingId [get, set] |
Gets or sets 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... | |
System::String^ | DataSourceId [get, set] |
Gets or sets the unique identifier of the data source. More... | |
System::DateTime | EndTime [get, set] |
Gets or sets the time at which the clip ends. More... | |
System::DateTime | StartTime [get, set] |
Gets or sets the time at which the clip begins. More... | |
The NewExportClip class represents a new export clip.
Definition at line 13 of file NewExportClip.h.
|
inline |
Default constructor.
Definition at line 19 of file NewExportClip.h.
|
inline |
Constructor.
vxNewExportClip | The new export clip. |
Definition at line 27 of file NewExportClip.h.
|
package |
Definition at line 73 of file NewExportClip.h.
|
getset |
Gets or sets 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.
The specific data encoding to export.
Definition at line 36 of file NewExportClip.h.
|
getset |
Gets or sets the unique identifier of the data source.
The unique identifier.
Definition at line 46 of file NewExportClip.h.
|
getset |
Gets or sets the time at which the clip ends.
The end time.
Definition at line 56 of file NewExportClip.h.
|
getset |
Gets or sets the time at which the clip begins.
The start time.
Definition at line 66 of file NewExportClip.h.