Top |
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
“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