Table of Contents

Class VideoInfoHandle

Namespace
GstVideo.Internal
Assembly
GstVideo-1.0.dll
public abstract class VideoInfoHandle : SafeHandle, IDisposable, IEquatable<VideoInfoHandle>
Inheritance
VideoInfoHandle
Implements
Derived
Inherited Members

Constructors

VideoInfoHandle(bool)

protected VideoInfoHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(VideoInfoHandle?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(VideoInfoHandle? other)

Parameters

other VideoInfoHandle

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetChromaSite()

public VideoChromaSite GetChromaSite()

Returns

VideoChromaSite

GetColorimetry()

public VideoColorimetryData GetColorimetry()

Returns

VideoColorimetryData

GetFinfo()

public IntPtr GetFinfo()

Returns

IntPtr

GetFlags()

public VideoFlags GetFlags()

Returns

VideoFlags

GetFpsD()

public int GetFpsD()

Returns

int

GetFpsN()

public int GetFpsN()

Returns

int

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetHeight()

public int GetHeight()

Returns

int

GetInterlaceMode()

public VideoInterlaceMode GetInterlaceMode()

Returns

VideoInterlaceMode

GetOffset()

public nuint[] GetOffset()

Returns

UIntPtr[]

GetParD()

public int GetParD()

Returns

int

GetParN()

public int GetParN()

Returns

int

GetSize()

public nuint GetSize()

Returns

nuint

GetStride()

public int[] GetStride()

Returns

int[]

GetViews()

public int GetViews()

Returns

int

GetWidth()

public int GetWidth()

Returns

int

OwnedCopy()

public VideoInfoOwnedHandle OwnedCopy()

Returns

VideoInfoOwnedHandle

SetChromaSite(VideoChromaSite)

public void SetChromaSite(VideoChromaSite value)

Parameters

value VideoChromaSite

SetColorimetry(VideoColorimetryData)

public void SetColorimetry(VideoColorimetryData value)

Parameters

value VideoColorimetryData

SetFinfo(IntPtr)

public void SetFinfo(IntPtr value)

Parameters

value IntPtr

SetFlags(VideoFlags)

public void SetFlags(VideoFlags value)

Parameters

value VideoFlags

SetFpsD(int)

public void SetFpsD(int value)

Parameters

value int

SetFpsN(int)

public void SetFpsN(int value)

Parameters

value int

SetHeight(int)

public void SetHeight(int value)

Parameters

value int

SetInterlaceMode(VideoInterlaceMode)

public void SetInterlaceMode(VideoInterlaceMode value)

Parameters

value VideoInterlaceMode

SetOffset(nuint[])

public void SetOffset(nuint[] value)

Parameters

value UIntPtr[]

SetParD(int)

public void SetParD(int value)

Parameters

value int

SetParN(int)

public void SetParN(int value)

Parameters

value int

SetSize(nuint)

public void SetSize(nuint value)

Parameters

value nuint

SetStride(int[])

public void SetStride(int[] value)

Parameters

value int[]

SetViews(int)

public void SetViews(int value)

Parameters

value int

SetWidth(int)

public void SetWidth(int value)

Parameters

value int

UnownedCopy()

public VideoInfoUnownedHandle UnownedCopy()

Returns

VideoInfoUnownedHandle