Gst.Preset::rename_preset

function vfunc_rename_preset(old_name:String, new_name:String):Boolean {
}

Renames a preset. If there is already a preset by the new_name it will be overwritten.

old_name

current preset name

new_name

new preset name

Returns

true for success, false if e.g. there is no preset with old_name