Get the album name for a music object.
Defined in <SDL_mixer.h>
const char* Mix_GetMusicAlbumTag(const Mix_Music *music);
const Mix_Music * | music | the music object to query, or NULL for the currently-playing music. |
(const char *) Returns the music's album name if available, or "".
This returns format-specific metadata. Not all file formats supply this!
If music
is NULL, this will query the currently-playing music.
This function never returns NULL! If no data is available, it will return an empty string ("").
This function is available since SDL_mixer 2.6.0.