Method
AgsAudioOscBufferUtilget_blob
since: 3.0.0
Declaration [src]
void
ags_osc_buffer_util_get_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 return location of blob’s data size.
The data is owned by the caller of the method. data-
Type:
guchar**The return location of blob’s data.
The data is owned by the caller of the method.