Function

AgsAudioLv2Pluginevent_buffer_alloc

since: 3.0.0

Declaration [src]

LV2_Event_Buffer*
ags_lv2_plugin_event_buffer_alloc (
  guint buffer_size
)

Description [src]

Allocate LV2_Event_Buffer struct.

Available since: 3.0.0

Parameters

buffer_size

Type: guint

The data’s buffer size.

Return value

Type: LV2_Event_Buffer*

A new allocated LV2_Event_Buffer.

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