Method
AgsAudioOscClientread_bytes
since: 3.0.0
[−]
Declaration [src]
guchar*
ags_osc_client_read_bytes (
AgsOscClient* osc_client,
guint* data_length
)
[−]
Parameters
data_length
-
Type:
guint*
The return location of byte array’s length.
The data is owned by the caller of the method.
[−]
Return value
Type: guchar*
Byte array read or NULL
if no data available.
The returned data is owned by the instance. |