Implementing playlists with songs from phone storage [windows phone]

六眼飞鱼酱① 提交于 2019-11-29 14:57:49

You should give up since building your own media player is an impossible mission (been there, done that). You cannot create playlists or edit any information, you cannot replace default event handlers for on-screen music controls, you don't get events for music change in your application unless it is currently running.

Basically, it is really limited in what you can do right now and the situation isn't much better with WP8.

I hope that it will be less read-only by the time we get Windows Phone 9.

Take a look at the UWP samples from Microsoft: https://github.com/Microsoft/Windows-universal-samples

The sample contains play/pause/playlists explanation. This was already possible in Windows phone 7.5/8/8.1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!