Table of Contents

Class PresetHelper

Namespace
Gst
Assembly
Gst-1.0.dll
public sealed class PresetHelper : Object, IObject, INotifyPropertyChanged, IDisposable, Preset, IHandle, GTypeProvider
Inheritance
PresetHelper
Implements
Inherited Members

Constructors

PresetHelper(IntPtr, bool)

public PresetHelper(IntPtr handle, bool ownedRef)

Parameters

handle IntPtr
ownedRef bool

Methods

DeletePreset(string)

public bool DeletePreset(string name)

Parameters

name string

Returns

bool

GetAppDir()

public static string? GetAppDir()

Returns

string

GetGType()

public static Type GetGType()

Returns

Type

GetMeta(string, string, out string)

public bool GetMeta(string name, string tag, out string value)

Parameters

name string
tag string
value string

Returns

bool

GetPresetNames()

public string[] GetPresetNames()

Returns

string[]

GetPropertyNames()

public string[] GetPropertyNames()

Returns

string[]

IsEditable()

[Version("1.6")]
public bool IsEditable()

Returns

bool

LoadPreset(string)

public bool LoadPreset(string name)

Parameters

name string

Returns

bool

RenamePreset(string, string)

public bool RenamePreset(string oldName, string newName)

Parameters

oldName string
newName string

Returns

bool

SavePreset(string)

public bool SavePreset(string name)

Parameters

name string

Returns

bool

SetAppDir(string)

public static bool SetAppDir(string appDir)

Parameters

appDir string

Returns

bool

SetMeta(string, string, string?)

public bool SetMeta(string name, string tag, string? value)

Parameters

name string
tag string
value string

Returns

bool