I've been successfully using ExoPlayer to play audio in my app.
I have a list of points in time (in milliseconds) in which I would like ExoPlayer to raise an event whenever it passes through them during playback. I can't find anything looking at the source code on GitHub that can give me a clue on how I can do that.
Can someone point me to the right direction/give me any ideas?