Table of Contents

Class AncillaryMeta

Namespace
GstVideo
Assembly
GstVideo-1.0.dll
public sealed class AncillaryMeta
Inheritance
AncillaryMeta
Inherited Members

Constructors

AncillaryMeta()

public AncillaryMeta()

AncillaryMeta(AncillaryMetaOwnedHandle)

public AncillaryMeta(AncillaryMetaOwnedHandle handle)

Parameters

handle AncillaryMetaOwnedHandle

Properties

CNotYChannel

public bool CNotYChannel { get; set; }

Property Value

bool

Checksum

public ushort Checksum { get; set; }

Property Value

ushort

DID

public ushort DID { get; set; }

Property Value

ushort

Data

public nint Data { get; set; }

Property Value

nint

DataCount

public ushort DataCount { get; set; }

Property Value

ushort

Field

public AncillaryMetaField Field { get; set; }

Property Value

AncillaryMetaField

Handle

public AncillaryMetaOwnedHandle Handle { get; }

Property Value

AncillaryMetaOwnedHandle

Line

public ushort Line { get; set; }

Property Value

ushort

Offset

public ushort Offset { get; set; }

Property Value

ushort

SDIDBlockNumber

public ushort SDIDBlockNumber { get; set; }

Property Value

ushort

Methods

Equals(AncillaryMeta?)

public bool Equals(AncillaryMeta? other)

Parameters

other AncillaryMeta

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.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetInfo()

public static MetaInfo GetInfo()

Returns

MetaInfo