Table of Contents

Class VideoCodecStateHandle

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

Constructors

VideoCodecStateHandle(bool)

protected VideoCodecStateHandle(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(VideoCodecStateHandle?)

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

public bool Equals(VideoCodecStateHandle? other)

Parameters

other VideoCodecStateHandle

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.

GetAllocationCaps()

public nint GetAllocationCaps()

Returns

nint

GetCaps()

public nint GetCaps()

Returns

nint

GetCodecData()

public nint GetCodecData()

Returns

nint

GetContentLightLevel()

public nint GetContentLightLevel()

Returns

nint

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetInfo()

public VideoInfoData GetInfo()

Returns

VideoInfoData

GetMasteringDisplayInfo()

public nint GetMasteringDisplayInfo()

Returns

nint

OwnedCopy()

public VideoCodecStateOwnedHandle OwnedCopy()

Returns

VideoCodecStateOwnedHandle

SetAllocationCaps(nint)

public void SetAllocationCaps(nint value)

Parameters

value nint

SetCaps(nint)

public void SetCaps(nint value)

Parameters

value nint

SetCodecData(nint)

public void SetCodecData(nint value)

Parameters

value nint

SetContentLightLevel(nint)

public void SetContentLightLevel(nint value)

Parameters

value nint

SetInfo(VideoInfoData)

public void SetInfo(VideoInfoData value)

Parameters

value VideoInfoData

SetMasteringDisplayInfo(nint)

public void SetMasteringDisplayInfo(nint value)

Parameters

value nint

UnownedCopy()

public VideoCodecStateUnownedHandle UnownedCopy()

Returns

VideoCodecStateUnownedHandle