Signal
AgsAudioOscClient::read-bytes
since: 3.0.0
[−]
Declaration
gpointer
read_bytes (
AgsOscClient* self,
gpointer data_length,
gpointer user_data
)
[−]
Description [src]
The ::read-bytes signal is emited while read bytes.
Default handler: The default handler is called after the handlers added via |
Available since: 3.0.0 |
[−]
Parameters
data_length
-
Type:
gpointer
The return location of byte array’s length.
The argument can be NULL
.The data is owned by the caller of the function.
[−]
Return value
Type: gpointer
Byte array read or NULL
if no data available.
The data is owned by the called function. |
The return value can be NULL . |