- deletePreset
int function(GstPreset* preset, char* name) deletePreset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getMeta
int function(GstPreset* preset, char* name, char* tag, char** value) getMeta;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getPresetNames
char** function(GstPreset* preset) getPresetNames;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getPropertyNames
char** function(GstPreset* preset) getPropertyNames;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- loadPreset
int function(GstPreset* preset, char* name) loadPreset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- parent
GTypeInterface parent;
Undocumented in source.
- renamePreset
int function(GstPreset* preset, char* oldName, char* newName) renamePreset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- savePreset
int function(GstPreset* preset, char* name) savePreset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setMeta
int function(GstPreset* preset, char* name, char* tag, char* value) setMeta;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GstPreset interface. GTypeInterface parent; parent interface type. get_preset_names () virtual method to get list of presets get_property_names () virtual methods to get properties that are persistent load_preset () virtual methods to load a preset into properties save_preset () virtual methods to save properties into a preset rename_preset () virtual methods to rename a preset delete_preset () virtual methods to remove a preset set_meta () virtual methods to set textual meta data to a preset get_meta () virtual methods to get textual meta data from a preset