Top |
guint | buffer-size | Read / Write |
guint | format | Read / Write |
guint | samplerate | Read / Write |
GObject * | scope | Read / Write |
The AgsSetPresets task modifies presets of scope. Note, the thread frequencies won't be modified.
AgsSetPresets * ags_set_presets_new (GObject *scope
,guint buffer_size
,AgsSoundcardFormat format
,guint samplerate
);
Create a new instance of AgsSetPresets.
scope |
the AgsSoundcard to reset |
|
buffer_size |
the new buffer size |
|
format |
the new format |
|
samplerate |
the new samplerate |
Since: 5.3.1
“buffer-size”
property “buffer-size” guint
The buffer size to apply to scope.
Owner: AgsSetPresets
Flags: Read / Write
Default value: 0
Since: 5.3.1
“format”
property “format” guint
The format to apply to scope.
Owner: AgsSetPresets
Flags: Read / Write
Default value: 0
Since: 5.3.1
“samplerate”
property “samplerate” guint
The samplerate to apply to scope.
Owner: AgsSetPresets
Flags: Read / Write
Default value: 0
Since: 5.3.1