开发者

Does Android support Playlist for video files?

I have just started studying Android and I am still lost. I would just like to ask if playlist for video files is supported in Android 2.3.3 and above?

I 开发者_StackOverflow社区just found out that there is MediaStore.Audio.Playlist but no MediaStore.Video.Playlist.

Any feedback would be greatly appreciated.

Thanks, artsylar


Well yeah there is no such thing as MediaStore.Video.Playlist. And second thing is that if you want to play a list of video I strongly recommend you play them by folder (meaning you have a sort of listview that displays all of video in a folder you specified and play all of them, same as playlist). Why?


Because:

The point of using MediaStore is to have a convenient way to access ContentProvider which is sort of database that contains meta-data of copyright audio (tracks). If your audio is not licensed which means you are not buying the tracks from legal source, you wouldn't able to use MediaStore. So the same thing happens with videos


Use MX Player, it plays continuous videos also gives buttons to play next previous video in the list

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜