Class
AgsAudioBuffer
Description
class AgsAudio.Buffer : GObject.Object
{
flags: AgsBufferFlags,
obj_mutex: GRecMutex,
x: guint64,
selection_x0: guint64,
selection_x1: guint64,
samplerate: guint,
buffer_size: guint,
format: AgsSoundcardFormat,
data: void*,
audio_buffer_util: AgsAudioBufferUtil*
}
No description available.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.