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

Values that represent schedule recording actions. More...

#include <VxPrimitives.h>

Public Types

enum  Value {
  kUnknown,
  kEventSourceRecord,
  kRecord
}
 

Detailed Description

Values that represent schedule recording actions.

Definition at line 839 of file VxPrimitives.h.

Member Enumeration Documentation

Enumerator
kUnknown 

An error or unknown value was returned.

kEventSourceRecord 

Record only the resource (associated with the schedule) that was the source of the event causing the schedule trigger to activate.

kRecord 

Record all resources associated with the schedule.

Definition at line 840 of file VxPrimitives.h.

840  {
842  kUnknown,
847  kRecord
848  };
Record all resources associated with the schedule.
Definition: VxPrimitives.h:847
Record only the resource (associated with the schedule) that was the source of the event causing the ...
Definition: VxPrimitives.h:845
An error or unknown value was returned.
Definition: VxPrimitives.h:842

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