Signal
AgsAudioBasePlugin::instantiate
since: 3.0.0
[−]
Declaration
gpointer
instantiate (
AgsBasePlugin* self,
guint samplerate,
guint buffer_size,
gpointer user_data
)
[−]
Description [src]
The ::instantiate signal creates a new instance of plugin.
Default handler: The default handler is called after the handlers added via |
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.
The data is owned by the called function. |
The return value can be NULL . |