Method
AgsAudioOscBufferUtilget_message
since: 3.0.0
Declaration [src]
void
ags_osc_buffer_util_get_message (
AgsOscBufferUtil* osc_buffer_util,
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 method. address_pattern
-
Type:
gchar**
Return location of the address pattern.
The data is owned by the caller of the method. 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 method. The value is a NUL terminated UTF-8 string.