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 | 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 an AgsApplyPresets.
scope |
a GObject |
|
pcm_channels |
pcm channels |
|
samplerate |
samplerate |
|
buffer_size |
buffer size |
|
format |
format |
Since: 0.7.45
#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.
Flags: Read / Write
Allowed values: <= 65535
Default value: 0
Since: 0.7.117
“format”
property“format” guint
The count of format to apply.
Flags: Read / Write
Default value: 0
Since: 0.7.117
“samplerate”
property“samplerate” guint
The count of samplerate to apply.
Flags: Read / Write
Default value: 0
Since: 0.7.117