Top | ![]() |
![]() |
![]() |
![]() |
GQuark | ags_preset_error_quark () |
GList * | ags_preset_find_scope () |
GList * | ags_preset_find_name () |
gboolean | ags_preset_add_parameter () |
void | ags_preset_remove_parameter () |
void | ags_preset_get_parameter () |
AgsPreset * | ags_preset_new () |
#define | AGS_IS_PRESET() |
#define | AGS_PRESET() |
#define | AGS_PRESET_CLASS() |
#define | AGS_PRESET_GET_CLASS() |
GType | ags_preset_get_type () |
GObject * | audio | Read / Write |
guint | audio-channel-end | Read / Write |
guint | audio-channel-start | Read / Write |
guint | pad-end | Read / Write |
guint | pad-start | Read / Write |
gchar * | preset-name | Read / Write |
gchar * | scope | Read / Write |
guint | x-end | Read / Write |
guint | x-start | Read / Write |
enum | AgsPresetFlags |
#define | AGS_PRESET_ERROR |
enum | AgsPresetError |
#define | AGS_TYPE_PRESET |
struct | AgsPreset |
struct | AgsPresetClass |
GList * ags_preset_find_scope (GList *preset
,gchar *scope
);
Find preset's scope in preset
.
Since: 1.0.0
GList * ags_preset_find_name (GList *preset
,gchar *preset_name
);
Find preset name in preset
.
Since: 1.0.0
gboolean ags_preset_add_parameter (AgsPreset *preset
,gchar *param_name
,GValue *value
);
Add parameter to preset
.
Since: 1.0.0
void ags_preset_remove_parameter (AgsPreset *preset
,guint nth
);
Remove parameter of preset
.
Since: 1.0.0
void ags_preset_get_parameter (AgsPreset *preset
,gchar *param_name
,GValue *value
,GError **error
);
Get parameter specified by param_name
. If parameter not available
the error
is set to indicate the failure.
preset |
the AgsPreset |
|
param_name |
the parameter name |
|
value |
the return location of value |
|
error |
the GError |
Since: 1.0.0
#define AGS_PRESET(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PRESET, AgsPreset))
#define AGS_PRESET_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PRESET, AgsPresetClass))
#define AGS_PRESET_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PRESET, AgsPresetClass))
Enum values to control the behavior or indicate internal state of AgsPreset by enable/disable as flags.
“audio-channel-end”
property “audio-channel-end” guint
The end audio channel to apply.
Flags: Read / Write
Default value: 0
Since: 1.0.0
“audio-channel-start”
property “audio-channel-start” guint
The start audio channel to apply.
Flags: Read / Write
Default value: 0
Since: 1.0.0
“pad-end”
property “pad-end” guint
The end pad to apply.
Flags: Read / Write
Default value: 0
Since: 1.0.0
“pad-start”
property “pad-start” guint
The start pad to apply.
Flags: Read / Write
Default value: 0
Since: 1.0.0
“preset-name”
property “preset-name” gchar *
The preset name.
Flags: Read / Write
Default value: NULL
Since: 1.0.0
“scope”
property “scope” gchar *
The preset's scope.
Flags: Read / Write
Default value: NULL
Since: 1.0.0
“x-end”
property “x-end” guint
The end x to apply.
Flags: Read / Write
Default value: 0
Since: 1.0.0