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

Values that represent how long the recording device should attempt to retain the clip. More...

#include <VxPrimitives.h>

Public Types

enum  Value {
  kUnknown,
  kLow,
  kMedium,
  kHigh
}
 

Detailed Description

Values that represent how long the recording device should attempt to retain the clip.

Definition at line 823 of file VxPrimitives.h.

Member Enumeration Documentation

Enumerator
kUnknown 

An error or unknown value was returned.

kLow 

Low retention priority.

kMedium 

Medium retention priority.

kHigh 

High retention priority.

Definition at line 824 of file VxPrimitives.h.

824  {
826  kUnknown,
828  kLow,
830  kMedium,
832  kHigh
833  };
High retention priority.
Definition: VxPrimitives.h:832
Medium retention priority.
Definition: VxPrimitives.h:830
Low retention priority.
Definition: VxPrimitives.h:828
An error or unknown value was returned.
Definition: VxPrimitives.h:826

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