gateship-one / odyssey

Odyssey music player
GNU General Public License v3.0
232 stars 39 forks source link

How do I get the current position in seconds within the currently playing file? #129

Open ErfolgreichCharismatisch opened 6 years ago

ErfolgreichCharismatisch commented 6 years ago

I am in the function private void playTrack(int position) within public class AlbumTracksFragment and I want to get the current audio position in seconds of the currently playing file after the playback starts/resumes. Or does it always start at zero using this function and I have to look for another function?

ErfolgreichCharismatisch commented 6 years ago

Don't everybody speak up at once!