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 returned data is owned by the instance.
The return value can be NULL.