Music.copyrightTag

Wraps Mix_GetMusicCopyright (from SDL_mixer 2.6) which gets the copyright of the music

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

Return Value

Type: string

copyright of the music

Meta