VideoXpert SDK  2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
VxSdk::VxExportFormat Struct Reference

Values that represent the format of exported data. More...

#include <VxPrimitives.h>

Public Types

enum  Value {
  kUnknown,
  kMkvZip
}
 

Detailed Description

Values that represent the format of exported data.

Definition at line 350 of file VxPrimitives.h.

Member Enumeration Documentation

Enumerator
kUnknown 

An error or unknown value was returned.

kMkvZip 

MKV file(s) contained withing a zip file.

Definition at line 351 of file VxPrimitives.h.

351  {
353  kUnknown,
355  kMkvZip
356  };
MKV file(s) contained withing a zip file.
Definition: VxPrimitives.h:355
An error or unknown value was returned.
Definition: VxPrimitives.h:353

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