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 IntPtr GetAllocationCaps()

Returns

IntPtr

GetCaps()

public IntPtr GetCaps()

Returns

IntPtr

GetCodecData()

public IntPtr GetCodecData()

Returns

IntPtr

GetContentLightLevel()

public IntPtr GetContentLightLevel()

Returns

IntPtr

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 IntPtr GetMasteringDisplayInfo()

Returns

IntPtr

OwnedCopy()

public VideoCodecStateOwnedHandle OwnedCopy()

Returns

VideoCodecStateOwnedHandle

SetAllocationCaps(IntPtr)

public void SetAllocationCaps(IntPtr value)

Parameters

value IntPtr

SetCaps(IntPtr)

public void SetCaps(IntPtr value)

Parameters

value IntPtr

SetCodecData(IntPtr)

public void SetCodecData(IntPtr value)

Parameters

value IntPtr

SetContentLightLevel(IntPtr)

public void SetContentLightLevel(IntPtr value)

Parameters

value IntPtr

SetInfo(VideoInfoData)

public void SetInfo(VideoInfoData value)

Parameters

value VideoInfoData

SetMasteringDisplayInfo(IntPtr)

public void SetMasteringDisplayInfo(IntPtr value)

Parameters

value IntPtr

UnownedCopy()

public VideoCodecStateUnownedHandle UnownedCopy()

Returns

VideoCodecStateUnownedHandle