Table of Contents

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

handle IntPtr
ownedRef bool

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetHcenter(out int)

public bool GetHcenter(out int center)

Parameters

center int

Returns

bool

GetHflip(out bool)

public bool GetHflip(out bool flip)

Parameters

flip bool

Returns

bool

GetVcenter(out int)

public bool GetVcenter(out int center)

Parameters

center int

Returns

bool

GetVflip(out bool)

public bool GetVflip(out bool flip)

Parameters

flip bool

Returns

bool

SetHcenter(int)

public bool SetHcenter(int center)

Parameters

center int

Returns

bool

SetHflip(bool)

public bool SetHflip(bool flip)

Parameters

flip bool

Returns

bool

SetVcenter(int)

public bool SetVcenter(int center)

Parameters

center int

Returns

bool

SetVflip(bool)

public bool SetVflip(bool flip)

Parameters

flip bool

Returns

bool