Table of Contents

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

handle ObjectHandle

Methods

FromTag(TagList, out VideoOrientationMethod)

[Version("1.20")]
public static bool FromTag(TagList taglist, out VideoOrientationMethod method)

Parameters

taglist TagList
method VideoOrientationMethod

Returns

bool

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

NewFromPointer(nint, bool)

Creates a new managed VideoOrientationHelper instance for a given pointer.

public static VideoOrientationHelper NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

VideoOrientationHelper

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