How to add Listener for next , previous , rewind and forward in Exoplayer

后端 未结 4 1023
别跟我提以往
别跟我提以往 2021-01-13 11:10

I am working on ExoPlayer, I want to customize the ExoPlayer and listen for the Event next, previous, rewind, forward so that when the user clicks the next button next video

4条回答
  •  旧时难觅i
    2021-01-13 11:38

    I use this link to customize the ExoPlayer for previous, next etc. You can implement your own logic to track all of these Events. It works for me.

提交回复
热议问题