Method

AgsAudioOscBufferUtilput_packets

since: 3.0.0

Declaration [src]

void
ags_osc_buffer_util_put_packets (
  AgsOscBufferUtil* osc_buffer_util,
  guchar* buffer,
  gint32 packet_size,
  ...
)

Description [src]

Put packets to buffer.

Available since: 3.0.0

This method is not directly available to language bindings.

Parameters

buffer

Type: guchar*

The guchar buffer.

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

Type: gint32

The packet size or -1 if no packet.

...

Type: 

The packets followed by packet size until it is -1.