OrientationMethod
Description:
[ CCode ( cprefix = "GST_VIDEO_ORIENTATION_" , type_id = "gst_video_orientation_method_get_type ()" ) ]
[ GIR ( name = "VideoOrientationMethod" ) ]
[ Version ( since = "1.10" ) ]
public enum OrientationMethod
The different video orientation methods.
Content:
Enum values:
- @180 - Rotate 180 degrees
- @90L - Rotate counter-clockwise 90
degrees
- @90R - Rotate clockwise 90 degrees
- AUTO - Select flip method based on
image-orientation tag
- CUSTOM - Current status depends
on plugin internal setup
- HORIZ - Flip horizontally
- IDENTITY - Identity (no
rotation)
- UL_LR - Rotate counter-clockwise
90 degrees and flip vertically
- UR_LL - Rotate clockwise 90
degrees and flip vertically
- VERT - Flip vertically