Function

AgsAudioOscBufferUtilget_message

since: 3.0.0

Declaration [src]

void
ags_osc_buffer_util_get_message (
  guchar* buffer,
  gchar** address_pattern,
  gchar** type_tag
)

Description [src]

Get message heading from buffer. Note you have to get following arguments yourself.

Available since: 3.0.0

Parameters

buffer

Type: guchar*

The guchar buffer.

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

Type: gchar**

Return location of the address pattern.

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

Type: gchar**

Return location of the type tag.

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