Table of Contents

Class VideoOrientation

Namespace
GstVideo.Internal
Assembly
GstVideo-1.0.dll
public class VideoOrientation
Inheritance
VideoOrientation
Inherited Members

Methods

FromTag(TagListHandle, out nint)

Calls native function gst_video_orientation_from_tag. Version: 1.20

[Version("1.20")]
public static extern bool FromTag(TagListHandle taglist, out nint method)

Parameters

taglist TagListHandle

Transfer ownership: None Nullable: False

method nint

Transfer ownership: Full Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

GetGType()

Calls native function gst_video_orientation_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetHcenter(nint, out int)

Calls native method gst_video_orientation_get_hcenter.

public static extern bool GetHcenter(nint videoOrientation, out int center)

Parameters

videoOrientation nint

Transfer ownership: None Nullable: False

center int

Transfer ownership: Full Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

GetHflip(nint, out bool)

Calls native method gst_video_orientation_get_hflip.

public static extern bool GetHflip(nint videoOrientation, out bool flip)

Parameters

videoOrientation nint

Transfer ownership: None Nullable: False

flip bool

Transfer ownership: Full Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

GetVcenter(nint, out int)

Calls native method gst_video_orientation_get_vcenter.

public static extern bool GetVcenter(nint videoOrientation, out int center)

Parameters

videoOrientation nint

Transfer ownership: None Nullable: False

center int

Transfer ownership: Full Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

GetVflip(nint, out bool)

Calls native method gst_video_orientation_get_vflip.

public static extern bool GetVflip(nint videoOrientation, out bool flip)

Parameters

videoOrientation nint

Transfer ownership: None Nullable: False

flip bool

Transfer ownership: Full Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

SetHcenter(nint, int)

Calls native method gst_video_orientation_set_hcenter.

public static extern bool SetHcenter(nint videoOrientation, int center)

Parameters

videoOrientation nint

Transfer ownership: None Nullable: False

center int

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

SetHflip(nint, bool)

Calls native method gst_video_orientation_set_hflip.

public static extern bool SetHflip(nint videoOrientation, bool flip)

Parameters

videoOrientation nint

Transfer ownership: None Nullable: False

flip bool

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

SetVcenter(nint, int)

Calls native method gst_video_orientation_set_vcenter.

public static extern bool SetVcenter(nint videoOrientation, int center)

Parameters

videoOrientation nint

Transfer ownership: None Nullable: False

center int

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

SetVflip(nint, bool)

Calls native method gst_video_orientation_set_vflip.

public static extern bool SetVflip(nint videoOrientation, bool flip)

Parameters

videoOrientation nint

Transfer ownership: None Nullable: False

flip bool

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False