Method
AgsAudioBasePluginconnect_port
since: 3.0.0
Declaration [src]
void
ags_base_plugin_connect_port (
AgsBasePlugin* base_plugin,
gpointer plugin_handle,
guint port_index,
gpointer data_location
)
Parameters
plugin_handle-
Type:
gpointerThe plugin instance handle.
The argument can be NULL.The data is owned by the caller of the method. port_index-
Type:
guintThe port’s index to connect.
data_location-
Type:
gpointerThe data location to connect.
The argument can be NULL.The data is owned by the caller of the method.