Function

AgsAudioOscBufferUtilput_message

since: 3.0.0

Declaration [src]

void
ags_osc_buffer_util_put_message (
  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 function.
address_pattern

Type: gchar*

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*

The type tag.

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