Function

AgsAudioOscBufferUtilget_string

since: 3.0.0

Declaration [src]

void
ags_osc_buffer_util_get_string (
  guchar* buffer,
  gchar** str,
  gsize* length
)

Description [src]

Get str from buffer.

Available since: 3.0.0

Parameters

buffer

Type: guchar*

The guchar buffer.

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

Type: gchar**

The return location of ASCII string.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
length

Type: gsize*

The return location of bytes read.

The data is owned by the caller of the function.