Function
AgsAudioLv2Pluginclear_event_buffer
since: 3.0.0
[−]
Declaration [src]
void
ags_lv2_plugin_clear_event_buffer (
gpointer event_buffer,
guint buffer_size
)
[−]
Parameters
event_buffer
-
Type:
gpointer
The event buffer.
The argument can be NULL
.The data is owned by the caller of the function. buffer_size
-
Type:
guint
Size of
event_buffer
.