Function

AgsAudioOscBufferUtilput_blob

since: 3.0.0

Declaration [src]

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

Description [src]

Put data to 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 blob’s data size.

data

Type: guchar*

The blob’s data.

The data is owned by the caller of the function.