Pergunta

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.

Foi útil?

Solução

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

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top