Virtual Method

AgsAudioBasePluginconnect_port

since: 3.0.0

Declaration [src]

void
connect_port (
  AgsBasePlugin* base_plugin,
  gpointer plugin_handle,
  guint port_index,
  gpointer data_location
)

Description [src]

Connect 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.
port_index

Type: guint

The port’s index to connect.

data_location

Type: gpointer

The data location to connect.

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