| Top |
| void | ags_apply_presets_soundcard () |
| AgsApplyPresets * | ags_apply_presets_new () |
| #define | AGS_APPLY_PRESETS() |
| #define | AGS_APPLY_PRESETS_CLASS() |
| #define | AGS_APPLY_PRESETS_GET_CLASS() |
| #define | AGS_IS_APPLY_PRESETS() |
| #define | AGS_IS_APPLY_PRESETS_CLASS() |
| GType | ags_apply_presets_get_type () |
| guint | buffer-size | Read / Write |
| guint | format | Read / Write |
| guint | pcm-channels | Read / Write |
| guint | samplerate | Read / Write |
| GObject * | scope | Read / Write |
void ags_apply_presets_soundcard (AgsApplyPresets *apply_presets,GObject *soundcard);
AgsApplyPresets * ags_apply_presets_new (GObject *scope,guint pcm_channels,guint samplerate,guint buffer_size,guint format);
Creates a new instance of AgsApplyPresets.
scope |
a GObject |
|
pcm_channels |
pcm channels |
|
samplerate |
samplerate |
|
buffer_size |
buffer size |
|
format |
format |
Since: 3.0.0
#define AGS_APPLY_PRESETS(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_APPLY_PRESETS, AgsApplyPresets))
#define AGS_APPLY_PRESETS_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_APPLY_PRESETS, AgsApplyPresetsClass))
#define AGS_APPLY_PRESETS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_APPLY_PRESETS, AgsApplyPresetsClass))
#define AGS_IS_APPLY_PRESETS(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_APPLY_PRESETS))
#define AGS_IS_APPLY_PRESETS_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_APPLY_PRESETS))
“buffer-size” property“buffer-size” guint
The count of buffer-size to apply.
Owner: AgsApplyPresets
Flags: Read / Write
Allowed values: <= 65535
Default value: 0
Since: 3.0.0
“format” property“format” guint
The count of format to apply.
Owner: AgsApplyPresets
Flags: Read / Write
Default value: 0
Since: 3.0.0
“pcm-channels” property“pcm-channels” guint
The count of pcm-channels to apply.
Owner: AgsApplyPresets
Flags: Read / Write
Allowed values: <= 65535
Default value: 0
Since: 3.0.0
“samplerate” property“samplerate” guint
The count of samplerate to apply.
Owner: AgsApplyPresets
Flags: Read / Write
Default value: 0
Since: 3.0.0