Function

AgsAudioOscBuilderPacketalloc

since: 3.0.0

[]

Declaration [src]

AgsOscBuilderPacket*
ags_osc_builder_packet_alloc (
  guint64 offset
)
[]

Description [src]

Allocate AgsOscBuilderPacket-struct.

Available since: 3.0.0

[]

Parameters

offset

Type: guint64

The current offset.

[]

Return value

Type: AgsOscBuilderPacket*

The newly allocated AgsOscBuilderPacket-struct.

The data is owned by the called function.
The return value can be NULL.