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

Values that represent zoom directions. More...

#include <VxPrimitives.h>

Public Types

enum  Value {
  kNone,
  kStop,
  kIn,
  kOut
}
 

Detailed Description

Values that represent zoom directions.

Definition at line 940 of file VxPrimitives.h.

Member Enumeration Documentation

Enumerator
kNone 

Do not perform a zoom action.

kStop 

Stop zoom movement.

kIn 

Zoom in.

kOut 

Zoom out.

Definition at line 941 of file VxPrimitives.h.

941  {
943  kNone,
945  kStop,
947  kIn,
949  kOut
950  };
Do not perform a zoom action.
Definition: VxPrimitives.h:943

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