Music.artistTag

Wraps Mix_GetMusicArtist (from SDL_mixer 2.6) which gets the artist of the music

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

Return Value

Type: string

artist of the music

Meta