AgsSetBufferSize
AgsSetBufferSize — adjust buffer size
|
|
Stability Level
Stable, unless otherwise indicated
Object Hierarchy
GObject
╰── AgsTask
╰── AgsSetBufferSize
Includes
#include <ags/audio/task/ags_set_buffer_size.h>
Functions
ags_set_buffer_size_new ()
AgsSetBufferSize *
ags_set_buffer_size_new (GObject *scope
,
guint buffer_size
);
Create a new instance of AgsSetBufferSize.
Since: 3.0.0
Property Details
The “buffer-size”
property
“buffer-size” guint
The buffer size to apply to scope.
Owner: AgsSetBufferSize
Flags: Read / Write
Default value: 0
Since: 3.0.0
The “scope”
property
“scope” GObject *
The assigned GObject as scope.
Owner: AgsSetBufferSize
Flags: Read / Write
Since: 3.0.0