Function

AgsAudioLv2Pluginevent_buffer_concat

since: 3.0.0

Declaration [src]

LV2_Event_Buffer*
ags_lv2_plugin_event_buffer_concat (
  LV2_Event_Buffer* event_buffer,
  ...
)

Description [src]

Concats the event buffers.

Available since: 3.0.0

This function is not directly available to language bindings.

Parameters

event_buffer

Type: LV2_Event_Buffer*

The first buffer.

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

Type: 

NULL terminated variadict arguments.

Return value

Type: LV2_Event_Buffer*

The newly allocated event buffer.

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