Table of Contents

Class MetaInfo

Namespace
Gst
Assembly
Gst-1.0.dll
public sealed class MetaInfo
Inheritance
MetaInfo
Inherited Members

Constructors

MetaInfo()

public MetaInfo()

MetaInfo(MetaInfoOwnedHandle)

public MetaInfo(MetaInfoOwnedHandle handle)

Parameters

handle MetaInfoOwnedHandle

Properties

Handle

public MetaInfoOwnedHandle Handle { get; }

Property Value

MetaInfoOwnedHandle

Size

public nuint Size { get; set; }

Property Value

nuint

Methods

Equals(MetaInfo?)

public bool Equals(MetaInfo? other)

Parameters

other MetaInfo

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.

IsCustom()

[Version("1.20")]
public bool IsCustom()

Returns

bool