Method

AgsAudioAudioFileget_filename

since: 4.2.0

Declaration [src]

gchar*
ags_audio_file_get_filename (
  AgsAudioFile* audio_file
)

Description [src]

Get filename of audio_file.

Available since: 4.2.0

Return value

Type: gchar*

The filename.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.