Signal

AgsAudioOscClient::write-bytes

since: 3.0.0

Declaration

gboolean
write_bytes (
  AgsOscClient* self,
  gpointer data,
  guint data_length,
  gpointer user_data
)

Description [src]

The ::write-bytes signal is emited while write bytes.

Default handler:

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

Available since: 3.0.0

Parameters

data

Type: gpointer

The byte array.

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

Type: guint

The length of byte array.

Return value

Type: gboolean

TRUE if all bytes written, otherwise FALSE.