PTZTourInfo Struct Reference
Detailed Description
Content of the PTZ Tour.
#include <PTZTypes.h>
Public Attributes | |
| int32_t | inputId |
| PTZ Input ID. More... | |
| bool | enabled |
| True if enabled. More... | |
| int32_t | dwellTime |
| Dwell time in seconds between presets. More... | |
| int32_t | idleTime |
| How long to start tour when PTZ is idle. More... | |
| std::vector< PTZPresetInfo > | presets |
| List of preset in the tour. More... | |
Member Data Documentation
| int32_t PTZTourInfo::inputId |
PTZ Input ID.
| bool PTZTourInfo::enabled |
True if enabled.
| int32_t PTZTourInfo::dwellTime |
Dwell time in seconds between presets.
| int32_t PTZTourInfo::idleTime |
How long to start tour when PTZ is idle.
| std::vector<PTZPresetInfo> PTZTourInfo::presets |
List of preset in the tour.
The documentation for this struct was generated from the following file:
- SDKs/EdgeVisDecoderSDK/PTZTypes.h
