Table of Contents

Class PresetInterfaceHandle

Namespace
Gst.Internal
Assembly
Gst-1.0.dll
public abstract class PresetInterfaceHandle : SafeHandle, IDisposable
Inheritance
PresetInterfaceHandle
Implements
Derived
Inherited Members

Constructors

PresetInterfaceHandle(bool)

protected PresetInterfaceHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(PresetInterfaceHandle?)

public bool Equals(PresetInterfaceHandle? other)

Parameters

other PresetInterfaceHandle

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.

GetDeletePreset()

public PresetInterfaceData.DeletePresetCallback GetDeletePreset()

Returns

PresetInterfaceData.DeletePresetCallback

GetGetMeta()

public PresetInterfaceData.GetMetaCallback GetGetMeta()

Returns

PresetInterfaceData.GetMetaCallback

GetGetPresetNames()

public PresetInterfaceData.GetPresetNamesCallback GetGetPresetNames()

Returns

PresetInterfaceData.GetPresetNamesCallback

GetGetPropertyNames()

public PresetInterfaceData.GetPropertyNamesCallback GetGetPropertyNames()

Returns

PresetInterfaceData.GetPropertyNamesCallback

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetLoadPreset()

public PresetInterfaceData.LoadPresetCallback GetLoadPreset()

Returns

PresetInterfaceData.LoadPresetCallback

GetParent()

public TypeInterfaceData GetParent()

Returns

TypeInterfaceData

GetRenamePreset()

public PresetInterfaceData.RenamePresetCallback GetRenamePreset()

Returns

PresetInterfaceData.RenamePresetCallback

GetSavePreset()

public PresetInterfaceData.SavePresetCallback GetSavePreset()

Returns

PresetInterfaceData.SavePresetCallback

GetSetMeta()

public PresetInterfaceData.SetMetaCallback GetSetMeta()

Returns

PresetInterfaceData.SetMetaCallback