SDL_Mixer : possible to get the possition of a song?

I see the Mix_SetMusicPosition function, however I don’t see any way to
find out what the current position is. Is it possible?–
Matt Pruett <@Matt_Pruett>

I see the Mix_SetMusicPosition function, however I don’t see any way to
find out what the current position is. Is it possible?

Probably not the cleanest thing ever, but you can call SDL_GetTicks()
when you start the song and then have your app keep note of how long it
has been playing…this will probably prove accurate within a few
milliseconds.

–ryan.