Music.titleTag

Wraps Mix_GetMusicTitleTag (from SDL_mixer 2.6) which gets the title tag of the music

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

Return Value

Type: string

title tag of the music

Meta