Virtual Method

AgsAudioBasePluginrun

since: 3.0.0

Declaration [src]

void
run (
  AgsBasePlugin* base_plugin,
  gpointer plugin_handle,
  snd_seq_event_t* seq_event,
  guint frame_count
)

Description [src]

Deactivat a plugin instance.

Available since: 3.0.0

Parameters

plugin_handle

Type: gpointer

The plugin instance handle.

The argument can be NULL.
The data is owned by the caller of the function.
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 function.
frame_count

Type: guint

The frame counts.