19 #ifndef QGST_VIDEOORIENTATION_H 20 #define QGST_VIDEOORIENTATION_H 23 #include "../QGlib/object.h" 34 bool horizontalFlipEnabled()
const;
35 bool verticalFlipEnabled()
const;
36 int horizontalCenter()
const;
37 int verticalCenter()
const;
38 bool enableHorizontalFlip(
bool enabled);
39 bool enableVerticalFlip(
bool enabled);
40 bool setHorizontalCenter(
int center);
41 bool setVerticalCenter(
int center);
49 #endif // QGST_VIDEOORIENTATION_H Wrapper class for GstVideoOrientation.
Base class for interface wrappers.
Wrappers for GStreamer classes.