Table of Contents

Class TypeFind

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

Constructors

TypeFind()

public TypeFind()

TypeFind(TypeFindOwnedHandle)

public TypeFind(TypeFindOwnedHandle handle)

Parameters

handle TypeFindOwnedHandle

Properties

Handle

public TypeFindOwnedHandle Handle { get; }

Property Value

TypeFindOwnedHandle

Methods

Equals(TypeFind?)

public bool Equals(TypeFind? other)

Parameters

other TypeFind

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.

GetGetLength()

public ulong GetGetLength()

Returns

ulong

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetPeek(long, uint)

public IntPtr GetPeek(long offset, uint size)

Parameters

offset long
size uint

Returns

IntPtr

Register(Plugin?, string, uint, TypeFindFunction, string?, Caps?)

public static bool Register(Plugin? plugin, string name, uint rank, TypeFindFunction func, string? extensions, Caps? possibleCaps)

Parameters

plugin Plugin
name string
rank uint
func TypeFindFunction
extensions string
possibleCaps Caps

Returns

bool

SuggestEmptySimple(uint, string)

[Version("1.20")]
public void SuggestEmptySimple(uint probability, string mediaType)

Parameters

probability uint
mediaType string