VideoXpert SDK  2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
VxSdk::VxExportStatus Struct Reference

Values that represent status of an export. More...

#include <VxPrimitives.h>

Public Types

enum  Value {
  kUnknown,
  kExporting,
  kFailed,
  kPending,
  kSuccessful
}
 

Detailed Description

Values that represent status of an export.

Definition at line 362 of file VxPrimitives.h.

Member Enumeration Documentation

Enumerator
kUnknown 

An error or unknown value was returned.

kExporting 

The export is in progress.

kFailed 

The export has failed.

kPending 

The export is queued to start.

kSuccessful 

The export has completed successfully.

Definition at line 363 of file VxPrimitives.h.

363  {
365  kUnknown,
367  kExporting,
369  kFailed,
371  kPending,
374  };
The export is in progress.
Definition: VxPrimitives.h:367
An error or unknown value was returned.
Definition: VxPrimitives.h:365
The export has completed successfully.
Definition: VxPrimitives.h:373
The export is queued to start.
Definition: VxPrimitives.h:371
The export has failed.
Definition: VxPrimitives.h:369

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