Music.albumTag

Wraps Mix_GetMusicAlbum (from SDL_mixer 2.6) which gets the album of the music

class Music
const @property @trusted
static if(sdlMixerSupport >= SDLMixerSupport.v2_6)
string
albumTag
()

Return Value

Type: string

album of the music

Meta