How would I find stuff like how long a music file is? And where am I in the song?
Printable View
How would I find stuff like how long a music file is? And where am I in the song?
Please calrify. What kind of music file do you refer to.
uh...lets say an mp3 file
The MCI drivers supply the current song position by using mciSendString (again). If you're decompressing it yourself you can do it that way.