Table of Contents

Class AncillaryMetaHandle

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

Constructors

AncillaryMetaHandle(bool)

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

public bool Equals(AncillaryMetaHandle? other)

Parameters

other AncillaryMetaHandle

Returns

bool

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.

GetCNotYChannel()

public bool GetCNotYChannel()

Returns

bool

GetChecksum()

public ushort GetChecksum()

Returns

ushort

GetDID()

public ushort GetDID()

Returns

ushort

GetData()

public nint GetData()

Returns

nint

GetDataCount()

public ushort GetDataCount()

Returns

ushort

GetField()

public AncillaryMetaField GetField()

Returns

AncillaryMetaField

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetLine()

public ushort GetLine()

Returns

ushort

GetMeta()

public MetaData GetMeta()

Returns

MetaData

GetOffset()

public ushort GetOffset()

Returns

ushort

GetSDIDBlockNumber()

public ushort GetSDIDBlockNumber()

Returns

ushort

SetCNotYChannel(bool)

public void SetCNotYChannel(bool value)

Parameters

value bool

SetChecksum(ushort)

public void SetChecksum(ushort value)

Parameters

value ushort

SetDID(ushort)

public void SetDID(ushort value)

Parameters

value ushort

SetData(nint)

public void SetData(nint value)

Parameters

value nint

SetDataCount(ushort)

public void SetDataCount(ushort value)

Parameters

value ushort

SetField(AncillaryMetaField)

public void SetField(AncillaryMetaField value)

Parameters

value AncillaryMetaField

SetLine(ushort)

public void SetLine(ushort value)

Parameters

value ushort

SetMeta(MetaData)

public void SetMeta(MetaData value)

Parameters

value MetaData

SetOffset(ushort)

public void SetOffset(ushort value)

Parameters

value ushort

SetSDIDBlockNumber(ushort)

public void SetSDIDBlockNumber(ushort value)

Parameters

value ushort