![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The NewExport class represents a new export. More...
#include <NewExport.h>
Public Member Functions | |
NewExport () | |
Default constructor. More... | |
NewExport (VxSdk::VxNewExport *vxNewExport) | |
Constructor. More... | |
virtual | ~NewExport () |
Destructor. More... | |
!NewExport () | |
Finaliser. More... | |
Package Attributes | |
VxSdk::VxNewExport * | _newExport |
System::Collections::Generic::List< NewExportClip^ >^ | _clips |
Properties | |
System::Collections::Generic::List< NewExportClip^ >^ | Clips [get] |
Gets the clips that shall be included in this export when triggered. More... | |
Export::Formats | Format [get, set] |
Gets or sets the export format to use. More... | |
System::String^ | Name [get, set] |
Gets or sets the friendly name of the export. More... | |
System::String^ | Password [get, set] |
Gets or sets the password for the Export. If set, the export data will be signed and encrypted. This password will be required to decrypt the export data. If not set, the export data will not be signed or encrypted. More... | |
The NewExport class represents a new export.
Definition at line 12 of file NewExport.h.
|
inline |
Default constructor.
Definition at line 18 of file NewExport.h.
CPPCli::NewExport::NewExport | ( | VxSdk::VxNewExport * | vxNewExport | ) |
Constructor.
Implements the new export class.
vxNewExport | The new export. |
Definition at line 6 of file NewExport.cpp.
|
inlinevirtual |
CPPCli::NewExport::!NewExport | ( | ) |
|
package |
Definition at line 83 of file NewExport.h.
|
package |
Definition at line 82 of file NewExport.h.
|
get |
Gets the clips that shall be included in this export when triggered.
A List
of clips included in the export.
Definition at line 45 of file NewExport.h.
|
getset |
Gets or sets the export format to use.
The export Format.
Definition at line 54 of file NewExport.h.
|
getset |
Gets or sets the friendly name of the export.
The friendly name.
Definition at line 64 of file NewExport.h.
|
getset |
Gets or sets the password for the Export. If set, the export data will be signed and encrypted. This password will be required to decrypt the export data. If not set, the export data will not be signed or encrypted.
The password.
Definition at line 75 of file NewExport.h.