Function

AgsAudioOscBufferUtilput_packet

since: 3.0.0

Declaration [src]

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

Description [src]

Put packet to 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 packet’s size.

packet

Type: guchar*

The packet.

The data is owned by the caller of the function.