Method

AgsAudioDssiManagerload_file

since: 3.0.0

Declaration [src]

void
ags_dssi_manager_load_file (
  AgsDssiManager* dssi_manager,
  gchar* dssi_path,
  gchar* filename
)

Description [src]

Load filename specified plugin.

Available since: 3.0.0

Parameters

dssi_path

Type: gchar*

The dssi path.

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

Type: gchar*

The filename of the plugin.

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