Orientation
Object Hierarchy:
Description:
[
CCode ( type_cname =
"GstVideoOrientationInterface" , type_id =
"gst_video_orientation_get_type ()" ) ]
[
GIR ( name =
"VideoOrientation" ) ]
public interface Orientation :
Object
The interface allows unified access to control flipping and autocenter operation of video-sources or operators.
Content:
Static methods:
Methods:
- public abstract bool get_hcenter (out int center)
Get the horizontal centering offset from the given object.
- public abstract bool get_hflip (out bool flip)
Get the horizontal flipping state (true
for flipped) from the given object.
- public abstract bool get_vcenter (out int center)
Get the vertical centering offset from the given object.
- public abstract bool get_vflip (out bool flip)
Get the vertical flipping state (true
for flipped) from the given object.
- public abstract bool set_hcenter (int center)
Set the horizontal centering offset for the given object.
- public abstract bool set_hflip (bool flip)
Set the horizontal flipping state (true
for flipped) for the given object.
- public abstract bool set_vcenter (int center)
Set the vertical centering offset for the given object.
- public abstract bool set_vflip (bool flip)
Set the vertical flipping state (true
for flipped) for the given object.
Inherited Members:
All known members inherited from class GLib.Object