Music.title

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

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

Return Value

Type: string

title of the music

Meta