Function

AgsAudioOscBuilderMessagealloc

since: 3.0.0

[]

Declaration [src]

AgsOscBuilderMessage*
ags_osc_builder_message_alloc (
  guint64 offset
)
[]

Description [src]

Allocate AgsOscBuilderMessage-struct.

Available since: 3.0.0

[]

Parameters

offset

Type: guint64

The current offset.

[]

Return value

Type: AgsOscBuilderMessage*

The newly allocated AgsOscBuilderMessage-struct.

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