Method

AgsAudioSoundContainerget_sublevel_name

since: 3.0.0

Declaration [src]

gchar**
ags_sound_container_get_sublevel_name (
  AgsSoundContainer* sound_container
)

Description [src]

Get sublevel names.

Available since: 3.0.0

Return value

Type: An array of utf8

The string vector containing sublevel names.

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