Function

AgsAudioLv2Pluginalloc_atom_sequence

since: 3.0.0

Declaration [src]

gpointer
ags_lv2_plugin_alloc_atom_sequence (
  guint sequence_size
)

Description [src]

Allocates a LV2_Atom_Sequence.

Available since: 3.0.0

Parameters

sequence_size

Type: guint

The requested size.

Return value

Type: gpointer

The new atom sequence.

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