Table of Contents

Class VideoAFDMeta

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

Constructors

VideoAFDMeta()

public VideoAFDMeta()

VideoAFDMeta(VideoAFDMetaOwnedHandle)

public VideoAFDMeta(VideoAFDMetaOwnedHandle handle)

Parameters

handle VideoAFDMetaOwnedHandle

Properties

Afd

public VideoAFDValue Afd { get; set; }

Property Value

VideoAFDValue

Field

public byte Field { get; set; }

Property Value

byte

Handle

public VideoAFDMetaOwnedHandle Handle { get; }

Property Value

VideoAFDMetaOwnedHandle

Spec

public VideoAFDSpec Spec { get; set; }

Property Value

VideoAFDSpec

Methods

Equals(VideoAFDMeta?)

public bool Equals(VideoAFDMeta? other)

Parameters

other VideoAFDMeta

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