gstvideo.video_orientation
Module for [VideoOrientation] interface
Types 2
interfaceVideoOrientation
The interface allows unified access to control flipping and autocenter operation of video-sources or operators.
Methods
bool fromTag(gst.tag_list.TagList taglist, out gstvideo.types.VideoOrientationMethod method)Parses the "image-orientation" tag and transforms it into the #GstVideoOrientationMethod enum.bool getHcenter(out int center)Get the horizontal centering offset from the given object.bool getHflip(out bool flip)Get the horizontal flipping state (true for flipped) from the given object.bool getVcenter(out int center)Get the vertical centering offset from the given object.bool getVflip(out bool flip)Get the vertical flipping state (true for flipped) from the given object.bool setHcenter(int center)Set the horizontal centering offset for the given object.bool setHflip(bool flip)Set the horizontal flipping state (true for flipped) for the given object.bool setVcenter(int center)Set the vertical centering offset for the given object.bool setVflip(bool flip)Set the vertical flipping state (true for flipped) for the given object.interfaceVideoOrientationGidBuilderImpl(T)