Method

AgsAudioSFZLoaderset_filename

since: 3.2.0

Declaration [src]

void
ags_sfz_loader_set_filename (
  AgsSFZLoader* sfz_loader,
  gchar* filename
)

Description [src]

Set filename of sfz_loader.

Available since: 3.2.0

Parameters

filename

Type: gchar*

The filename.

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