Method
AgsAudioOscConnectionread_bytes
since: 3.0.0
[−]
Declaration [src]
guchar*
ags_osc_connection_read_bytes (
AgsOscConnection* osc_connection,
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. |