Class VideoOrientationHelper
- Namespace
- GstVideo
- Assembly
- GstVideo-1.0.dll
public sealed class VideoOrientationHelper : Object, IObject, INotifyPropertyChanged, IDisposable, VideoOrientation, IHandle, GTypeProvider
- Inheritance
-
VideoOrientationHelper
- Implements
- Inherited Members
Constructors
VideoOrientationHelper(IntPtr, bool)
public VideoOrientationHelper(IntPtr handle, bool ownedRef)
Parameters
Methods
GetGType()
public static Type GetGType()
Returns
GetHcenter(out int)
public bool GetHcenter(out int center)
Parameters
center
int
Returns
GetHflip(out bool)
public bool GetHflip(out bool flip)
Parameters
flip
bool
Returns
GetVcenter(out int)
public bool GetVcenter(out int center)
Parameters
center
int
Returns
GetVflip(out bool)
public bool GetVflip(out bool flip)
Parameters
flip
bool
Returns
SetHcenter(int)
public bool SetHcenter(int center)
Parameters
center
int
Returns
SetHflip(bool)
public bool SetHflip(bool flip)
Parameters
flip
bool
Returns
SetVcenter(int)
public bool SetVcenter(int center)
Parameters
center
int
Returns
SetVflip(bool)
public bool SetVflip(bool flip)
Parameters
flip
bool