I'm doing project about Mini-Lyrics by java-code, so, I want to get take information of mp3 file when it running on Window Media Player, for example: About information beginning time, running time, finish time,get Artist, Album, Singer...Please help me, thanks for your answer my question!
Asked
Active
Viewed 400 times
1 Answers
0
Java does not have an in-built API for it. You can use native, i.e. do it in C# and call that from Java.
or go for JIntelliType which can help you call windows native commands. https://code.google.com/p/jintellitype/

Waqas Memon
- 1,247
- 9
- 22