Frage

How can I find out the time (second) that my MediaPlayer played the music in ms

I want to segment a single audio file to determinate durations.

War es hilfreich?

Lösung

You can use getCurrentDuration() method of MediaPlayer. Refer Link

Andere Tipps

You may use something like in this answer on here and also a good solution is given here.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top