Table of Contents

Class TypeFindData

Namespace
GstBase
Assembly
GstBase-1.0.dll
public sealed class TypeFindData
Inheritance
TypeFindData
Inherited Members

Constructors

TypeFindData(TypeFindDataOwnedHandle)

public TypeFindData(TypeFindDataOwnedHandle handle)

Parameters

handle TypeFindDataOwnedHandle

Properties

Handle

public TypeFindDataOwnedHandle Handle { get; }

Property Value

TypeFindDataOwnedHandle

Methods

Equals(TypeFindData?)

public bool Equals(TypeFindData? other)

Parameters

other TypeFindData

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.

Free()

[Version("1.22")]
public void Free()

GetCaps()

[Version("1.22")]
public Caps? GetCaps()

Returns

Caps

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetProbability()

[Version("1.22")]
public TypeFindProbability GetProbability()

Returns

TypeFindProbability

GetTypefind()

[Version("1.22")]
public TypeFind GetTypefind()

Returns

TypeFind

New(Object?, Span<byte>)

[Version("1.22")]
public static TypeFindData New(Object? obj, Span<byte> data)

Parameters

obj Object
data Span<byte>

Returns

TypeFindData