I am developing an android application that contains aac Mp3 Streaming. I am trying multiPlayer using aacdecoder library. Everything works well but i don't know how to take the total duration of an mp3. With MediaPlayer of android i used mediaPlayer.getDuration() but for decoding reasons i have to use a third-part library. Anyone knows if there is a way to take the total duration using MultiPlayer?
Asked
Active
Viewed 206 times
2
-
AAC or MP3? Those are two different things. – Brad Jan 26 '15 at 21:15
-
MP3 ... but using aacdecoder library. – simas Jan 27 '15 at 13:35
-
Hi Simas, I am also trying to play the MP3 and AAC Streaming in android. How do you get the MultiPlayer duration? – Sharath Sep 08 '15 at 09:06