Method
AgsAudioOscBufferUtilput_blob
since: 3.0.0
[−]
Declaration [src]
void
ags_osc_buffer_util_put_blob (
AgsOscBufferUtil* osc_buffer_util,
guchar* buffer,
gint32 data_size,
guchar* data
)
[−]
Parameters
buffer
-
Type:
guchar*
The guchar buffer.
The data is owned by the caller of the method. data_size
-
Type:
gint32
The blob’s data size.
data
-
Type:
guchar*
The blob’s data.
The data is owned by the caller of the method.