Table of Contents

Interface Preset

Namespace
Gst
Assembly
Gst-1.0.dll
public interface Preset : IHandle
Inherited Members

Methods

DeletePreset(string)

bool DeletePreset(string name)

Parameters

name string

Returns

bool

GetMeta(string, string, out string)

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

Parameters

name string
tag string
value string

Returns

bool

GetPresetNames()

string[] GetPresetNames()

Returns

string[]

GetPropertyNames()

string[] GetPropertyNames()

Returns

string[]

IsEditable()

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

Returns

bool

LoadPreset(string)

bool LoadPreset(string name)

Parameters

name string

Returns

bool

RenamePreset(string, string)

bool RenamePreset(string oldName, string newName)

Parameters

oldName string
newName string

Returns

bool

SavePreset(string)

bool SavePreset(string name)

Parameters

name string

Returns

bool

SetMeta(string, string, string?)

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

Parameters

name string
tag string
value string

Returns

bool