Class VideoOrientationHelper
- Namespace
- GstVideo
- Assembly
- GstVideo-1.0.dll
public sealed class VideoOrientationHelper : Object, VideoOrientation, NativeObject, IDisposable, InstanceFactory, GTypeProvider
- Inheritance
-
VideoOrientationHelper
- Implements
- Inherited Members
Constructors
VideoOrientationHelper(ObjectHandle)
protected VideoOrientationHelper(ObjectHandle handle)
Parameters
handleObjectHandle
Methods
FromTag(TagList, out VideoOrientationMethod)
[Version("1.20")]
public static bool FromTag(TagList taglist, out VideoOrientationMethod method)
Parameters
taglistTagListmethodVideoOrientationMethod
Returns
GetGType()
public static Type GetGType()
Returns
GetHcenter(out int)
public bool GetHcenter(out int center)
Parameters
centerint
Returns
GetHflip(out bool)
public bool GetHflip(out bool flip)
Parameters
flipbool
Returns
GetVcenter(out int)
public bool GetVcenter(out int center)
Parameters
centerint
Returns
GetVflip(out bool)
public bool GetVflip(out bool flip)
Parameters
flipbool
Returns
NewFromPointer(nint, bool)
Creates a new managed VideoOrientationHelper instance for a given pointer.
public static VideoOrientationHelper NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
SetHcenter(int)
public bool SetHcenter(int center)
Parameters
centerint
Returns
SetHflip(bool)
public bool SetHflip(bool flip)
Parameters
flipbool
Returns
SetVcenter(int)
public bool SetVcenter(int center)
Parameters
centerint
Returns
SetVflip(bool)
public bool SetVflip(bool flip)
Parameters
flipbool