Music.loopLengthTime

Wraps Mix_GetMusicLoopLengthTime (from SDL_mixer 2.6) which gets the loop length time of the music

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

Return Value

Type: double

loop length time of the music; -1.0 if not used or codec doesn't support

Meta