Play playlist with MediaPlayer

后端 未结 1 1443
死守一世寂寞
死守一世寂寞 2021-01-02 04:26

I\'m trying to play a playlist I get using the MediaStore provider. However, when I try playing a playlist nothing happens. Can a MediaPlayer play a playlist (m3u file) and

1条回答
  •  春和景丽
    2021-01-02 05:01

    I don't think media player can play a playlist. I think it will only play a track. You will have to keep track of the tracks from the playlist and pass them to the media player. It might help you to check out the android source code for the music player and how it handles it.

    0 讨论(0)
提交回复
热议问题