- getHcenter
bool function(GstVideoOrientation* videoOrientation, int* center) getHcenter;
virtual method to get horizontal centering state
- getHflip
bool function(GstVideoOrientation* videoOrientation, bool* flip) getHflip;
virtual method to get horizontal flipping state
- getVcenter
bool function(GstVideoOrientation* videoOrientation, int* center) getVcenter;
virtual method to get vertical centering state
- getVflip
bool function(GstVideoOrientation* videoOrientation, bool* flip) getVflip;
virtual method to get vertical flipping state
- iface
GTypeInterface iface;
- setHcenter
bool function(GstVideoOrientation* videoOrientation, int center) setHcenter;
virtual method to set horizontal centering state
- setHflip
bool function(GstVideoOrientation* videoOrientation, bool flip) setHflip;
virtual method to set horizontal flipping state
- setVcenter
bool function(GstVideoOrientation* videoOrientation, int center) setVcenter;
virtual method to set vertical centering state
- setVflip
bool function(GstVideoOrientation* videoOrientation, bool flip) setVflip;
virtual method to set vertical flipping state
#GstVideoOrientationInterface interface.