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

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

Detailed Description

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.

Constructor & Destructor Documentation

CPPCli::ExportClip::ExportClip ( VxSdk::IVxExportClip vxExportClip)

Constructor.

Implements the export clip class.

Parameters
vxClipThe vx clip.

Definition at line 6 of file ExportClip.cpp.

6  {
7  _exportClip = vxExportClip;
8 }
VxSdk::IVxExportClip * _exportClip
Definition: ExportClip.h:60

Member Data Documentation

VxSdk::IVxExportClip* CPPCli::ExportClip::_exportClip
package

Definition at line 60 of file ExportClip.h.

Property Documentation

System:: String^ CPPCli::ExportClip::DataSourceId
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.

System:: DateTime CPPCli::ExportClip::EndTime
get

Gets the time at which the export media ends.

The end time.

Definition at line 36 of file ExportClip.h.

System:: String^ CPPCli::ExportClip::Id
get

Gets the unique identifier.

The unique identifier.

Definition at line 45 of file ExportClip.h.

System:: DateTime CPPCli::ExportClip::StartTime
get

Gets the time at which the export media begins.

The start time.

Definition at line 54 of file ExportClip.h.


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