Signal

AgsAudioOscParser::parse-bytes

since: 3.0.0

Declaration

gpointer
parse_bytes (
  AgsOscParser* self,
  gpointer buffer,
  guint buffer_length,
  gpointer user_data
)

Description [src]

The ::parse-bytes signal is emited during parsing of bytes.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.0.0

Parameters

buffer

Type: gpointer

The OSC data.

The argument can be NULL.
The data is owned by the caller of the function.
buffer_length

Type: guint

The buffer’s length.

Return value

Type: gpointer

The XML node representing the event.

The data is owned by the called function.
The return value can be NULL.