Function

AgsAudioOscBufferUtilget_blob

since: 3.0.0

Declaration [src]

void
ags_osc_buffer_util_get_blob (
  guchar* buffer,
  gint32* data_size,
  guchar** data
)

Description [src]

Get data from buffer.

Available since: 3.0.0

Parameters

buffer

Type: guchar*

The guchar buffer.

The data is owned by the caller of the function.
data_size

Type: gint32*

The return location of blob’s data size.

The data is owned by the caller of the function.
data

Type: guchar**

The return location of blob’s data.

The data is owned by the caller of the function.