Function

AgsAudioLv2Pluginevent_buffer_free

since: 3.3.0

Declaration [src]

void
ags_lv2_plugin_event_buffer_free (
  gpointer event_buffer
)

Description [src]

Free LV2_Event_Buffer struct.

Available since: 3.3.0

Parameters

event_buffer

Type: gpointer

The LV2_Event_Buffer struct.

The argument can be NULL.
The data is owned by the caller of the function.