Constructor

AgsAudioBasePluginnew

since: 3.0.0

Declaration [src]

AgsBasePlugin*
ags_base_plugin_new (
  gchar* filename,
  gchar* effect,
  guint effect_index
)

Description [src]

Creates an AgsBasePlugin.

Available since: 3.0.0

Parameters

filename

Type: gchar*

The plugin .so.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
effect

Type: gchar*

The effect’s string representation.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
effect_index

Type: guint

The effect’s index.

Return value

Type: AgsBasePlugin

A new AgsBasePlugin.

The caller of the function takes ownership of the data, and is responsible for freeing it.