Method
AgsAudioDssiManagerfind_dssi_plugin_with_fallback
since: 3.5.10
Declaration [src]
AgsDssiPlugin*
ags_dssi_manager_find_dssi_plugin_with_fallback (
AgsDssiManager* dssi_manager,
gchar* filename,
gchar* effect
)
Parameters
filename
-
Type:
gchar*
The filename of the plugin.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. effect
-
Type:
gchar*
The effect’s name.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: AgsDssiPlugin
The matching AgsDssiPlugin
.
The returned data is owned by the instance. |