Music.loopStartTime

Wraps Mix_GetMusicLoopStartTime (from SDL_mixer 2.6) which gets the loop start time of the music

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

Return Value

Type: double

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

Meta