Constructor
AgsAudioDssiPluginnew
since: 3.0.0
Declaration [src]
AgsDssiPlugin*
ags_dssi_plugin_new (
gchar* filename,
gchar* effect,
guint effect_index
)
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:
guintThe effect’s index.
Return value
Type: AgsDssiPlugin
The new AgsDssiPlugin.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |