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

Values that represent the video framerate level. More...

#include <VxPrimitives.h>

Public Types

enum  Value {
  kUnknown,
  kLow,
  kNormal
}
 

Detailed Description

Values that represent the video framerate level.

Definition at line 547 of file VxPrimitives.h.

Member Enumeration Documentation

Enumerator
kUnknown 

An error or unknown value was returned.

kLow 

Low framerate.

kNormal 

Normal framerate.

Definition at line 548 of file VxPrimitives.h.

548  {
550  kUnknown,
552  kLow,
554  kNormal
555  };
An error or unknown value was returned.
Definition: VxPrimitives.h:550

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