Function

AgsAudioLv2Pluginevent_buffer_realloc_data

since: 3.0.0

Declaration [src]

void
ags_lv2_plugin_event_buffer_realloc_data (
  LV2_Event_Buffer* event_buffer,
  guint buffer_size
)

Description [src]

Reallocate LV2_Event_Buffer struct’s data field.

Available since: 3.0.0

Parameters

event_buffer

Type: LV2_Event_Buffer*

The LV2_Event_Buffer struct.

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

Type: guint

The data’s buffer size.