How do I get the time (length) of a Mp3-song ??
Printable View
How do I get the time (length) of a Mp3-song ??
If you are using a control like media player you can have the time returned to you (in seconds) as a property. If you are using API then I can't help. I guess I would time it as I play it and do a datediff when it is done.