Method
AgsAudioBasePluginrun
since: 3.0.0
Declaration [src]
void
ags_base_plugin_run (
AgsBasePlugin* base_plugin,
gpointer plugin_handle,
snd_seq_event_t* seq_event,
guint frame_count
)
Parameters
plugin_handle
-
Type:
gpointer
The plugin instance handle.
The argument can be NULL
.The data is owned by the caller of the method. seq_event
-
Type:
snd_seq_event_t*
The alsa sequencer events.
The argument can be NULL
.The data is owned by the caller of the method. frame_count
-
Type:
guint
The frame counts.