Android ExoPlayer - How to add points of interest and their callbacks?

399 Views Asked by At

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?

0

There are 0 best solutions below