Method

AgsAudioAudioset_audio_name

since: 3.1.0

Declaration [src]

void
ags_audio_set_audio_name (
  AgsAudio* audio,
  gchar* audio_name
)

Description [src]

Set audio name of audio.

Available since: 3.1.0

Parameters

audio_name

Type: gchar*

The audio name.

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