Method

AgsAudioAudioFileset_filename

since: 4.2.0

Declaration [src]

void
ags_audio_file_set_filename (
  AgsAudioFile* audio_file,
  gchar* filename
)

Description [src]

Set filename of audio_file.

Available since: 4.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.