C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
CPPCli::NewExportClip Class Reference

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...
 

Detailed Description

The NewExportClip class represents a new export clip.

Definition at line 13 of file NewExportClip.h.

Constructor & Destructor Documentation

CPPCli::NewExportClip::NewExportClip ( )
inline

Default constructor.

Definition at line 19 of file NewExportClip.h.

19  {
21  }
VxSdk::VxNewExportClip * _newExportClip
Definition: NewExportClip.h:73
CPPCli::NewExportClip::NewExportClip ( VxSdk::VxNewExportClip vxNewExportClip)
inline

Constructor.

Parameters
vxNewExportClipThe new export clip.

Definition at line 27 of file NewExportClip.h.

27  {
28  _newExportClip = vxNewExportClip;
29  }
VxSdk::VxNewExportClip * _newExportClip
Definition: NewExportClip.h:73

Member Data Documentation

VxSdk::VxNewExportClip* CPPCli::NewExportClip::_newExportClip
package

Definition at line 73 of file NewExportClip.h.

Property Documentation

System:: String^ CPPCli::NewExportClip::DataEncodingId
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.

System:: String^ CPPCli::NewExportClip::DataSourceId
getset

Gets or sets the unique identifier of the data source.

The unique identifier.

Definition at line 46 of file NewExportClip.h.

System:: DateTime CPPCli::NewExportClip::EndTime
getset

Gets or sets the time at which the clip ends.

The end time.

Definition at line 56 of file NewExportClip.h.

System:: DateTime CPPCli::NewExportClip::StartTime
getset

Gets or sets the time at which the clip begins.

The start time.

Definition at line 66 of file NewExportClip.h.


The documentation for this class was generated from the following file: