VideoOrientation.fromTag

bool fromTag(gst.tag_list.TagList taglist, out gstvideo.types.VideoOrientationMethod method) static nothrow

Parses the "image-orientation" tag and transforms it into the #GstVideoOrientationMethod enum.

Parameters

taglistA #GstTagList
methodThe location where to return the orientation.

Returns

TRUE if there was a valid "image-orientation" tag in the taglist.