Get a music object's duration, in seconds.
Defined in SDL_mixer.h
music | the music object to query. |
Returns music duration in seconds, or -1.0 on error.
To convert to milliseconds, multiply by 1000.0.
If NULL is passed, returns duration of current playing music.
This function is available since SDL_mixer 3.0.0.