Domanda

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.

È stato utile?

Soluzione

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

Altri suggerimenti

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top