Method
AgsAudioOscBufferUtilput_message
since: 3.0.0
Declaration [src]
void
ags_osc_buffer_util_put_message (
AgsOscBufferUtil* osc_buffer_util,
guchar* buffer,
gchar* address_pattern,
gchar* type_tag
)
Description [src]
Put message heading to buffer
. Note you have to put 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*
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*
The type tag.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.