Table of Contents

Class TypeFind

Namespace
Gst
Assembly
Gst-1.0.dll
public sealed class TypeFind : BoxedRecord, GTypeProvider, InstanceFactory, IEquatable<TypeFind>, IDisposable
Inheritance
TypeFind
Implements
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

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Equals(TypeFind?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(TypeFind? other)

Parameters

other TypeFind

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

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.

GetGType()

public static Type GetGType()

Returns

Type

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 nint GetPeek(long offset, uint size)

Parameters

offset long
size uint

Returns

nint

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