Virtual Method

AgsAudioBasePlugininstantiate

since: 3.0.0

Declaration [src]

gpointer
instantiate (
  AgsBasePlugin* base_plugin,
  guint samplerate,
  guint buffer_size
)

Description [src]

Instantiate the plugin.

Available since: 3.0.0

Parameters

samplerate

Type: guint

The samplerate.

buffer_size

Type: guint

The fixed buffer size.

Return value

Type: gpointer

The new plugin instance handle.

The data is owned by the called function.
The return value can be NULL.