Exoplayer: how to play next and previous file

Created on 20 Feb 2019  路  1Comment  路  Source: google/ExoPlayer

I have implemented swipe listener on exoplayer

while play pause can be implemented with player.setPlayWhenReady , but how can we play next and previous file

question

Most helpful comment

If you're playing a playlist with ConcatenatingMediaSource, please try using player.next() and player.previous().

>All comments

If you're playing a playlist with ConcatenatingMediaSource, please try using player.next() and player.previous().

Was this page helpful?
0 / 5 - 0 ratings