VideoOrientation.fromTag
bool fromTag(gst.tag_list.TagList taglist, out gstvideo.types.VideoOrientationMethod method)Parses the "image-orientation" tag and transforms it into the #GstVideoOrientationMethod enum.
Parameters
taglist | A #GstTagList |
method | The location where to return the orientation. |
Returns
TRUE if there was a valid "image-orientation" tag in the taglist.