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
Methods
DeletePreset(string)
public bool DeletePreset(string name)
Parameters
name
string
Returns
GetAppDir()
public static string? GetAppDir()
Returns
GetGType()
public static Type GetGType()
Returns
GetMeta(string, string, out string)
public bool GetMeta(string name, string tag, out string value)
Parameters
Returns
GetPresetNames()
public string[] GetPresetNames()
Returns
- string[]
GetPropertyNames()
public string[] GetPropertyNames()
Returns
- string[]
IsEditable()
[Version("1.6")]
public bool IsEditable()
Returns
LoadPreset(string)
public bool LoadPreset(string name)
Parameters
name
string
Returns
RenamePreset(string, string)
public bool RenamePreset(string oldName, string newName)
Parameters
Returns
SavePreset(string)
public bool SavePreset(string name)
Parameters
name
string
Returns
SetAppDir(string)
public static bool SetAppDir(string appDir)
Parameters
appDir
string
Returns
SetMeta(string, string, string?)
public bool SetMeta(string name, string tag, string? value)