Class
AgsAudioPreset
Description
class AgsAudio.Preset : GObject.Object
{
flags: guint,
connectable_flags: AgsConnectableFlags,
obj_mutex: GRecMutex,
audio: GObject*,
scope: gchar*,
preset_name: gchar*,
audio_channel_start: guint,
audio_channel_end: guint,
pad_start: guint,
pad_end: guint,
x_start: guint,
x_end: guint,
n_params: guint,
parameter_name: gchar**,
value: GValue*
}
No description available.
Instance methods
ags_preset_get_parameter
Get parameter specified by param_name
. If parameter not available
the error
is set to indicate the failure.
since: 3.0.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.