Table of Contents

Class VideoAncillaryHandle

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

Constructors

VideoAncillaryHandle(bool)

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

public bool Equals(VideoAncillaryHandle? other)

Parameters

other VideoAncillaryHandle

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.

GetDID()

public byte GetDID()

Returns

byte

GetData()

public byte[] GetData()

Returns

byte[]

GetDataCount()

public byte GetDataCount()

Returns

byte

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetSDIDBlockNumber()

public byte GetSDIDBlockNumber()

Returns

byte

SetDID(byte)

public void SetDID(byte value)

Parameters

value byte

SetData(byte[])

public void SetData(byte[] value)

Parameters

value byte[]

SetDataCount(byte)

public void SetDataCount(byte value)

Parameters

value byte

SetSDIDBlockNumber(byte)

public void SetSDIDBlockNumber(byte value)

Parameters

value byte