Pregunta

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.

¿Fue útil?

Solución

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

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top