Function
AgsAudioOscUtilslip_decode
since: 3.0.0
Declaration [src]
guchar*
ags_osc_util_slip_decode (
guchar* slip_buffer,
guint slip_buffer_length,
guint* returned_buffer_length
)
Description [src]
Decode slip_buffer
from SLIP encoded format.
See SLIP (RFC1055).
Available since: 3.0.0
Parameters
slip_buffer
-
Type:
guchar*
The SLIP encoded OSC buffer.
The data is owned by the caller of the function. slip_buffer_length
-
Type:
guint
The buffer length of SLIP encoded OSC buffer.
returned_buffer_length
-
Type:
guint*
The returned buffer’s length.
The data is owned by the caller of the function.