Method

AgsAudioAudioset_track_name

since: 3.1.0

Declaration [src]

void
ags_audio_set_track_name (
  AgsAudio* audio,
  gchar* track_name
)

Description [src]

Sets track name.

Available since: 3.1.0

Parameters

track_name

Type: gchar*

The track name.

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