#include <videoio.h>
Inheritance diagram for PVideoControlInfo:
Public Types | |
ControlPan | |
ControlTilt | |
ControlZoom | |
enum | InputControlType { ControlPan, ControlTilt, ControlZoom } |
Static Public Member Functions | |
static PString | AsString (const InputControlType &type) |
Public Attributes | |
InputControlType | type |
long | min |
long | max |
long | step |
long | def |
long | flags |
long | current |
static PString PVideoControlInfo::AsString | ( | const InputControlType & | type | ) | [static] |