Function

AgsAudioOscBufferUtilget_packet

since: 3.0.0

Declaration [src]

void
ags_osc_buffer_util_get_packet (
  guchar* buffer,
  gint32* packet_size,
  guchar** packet
)

Description [src]

Get packet from buffer.

Available since: 3.0.0

Parameters

buffer

Type: guchar*

The guchar buffer.

The data is owned by the caller of the function.
packet_size

Type: gint32*

The return location of packet’s size.

The data is owned by the caller of the function.
packet

Type: guchar**

The return location of packet.

The data is owned by the caller of the function.