windows phone 8.1 曲库获取当前媒体队列

windows phone 8.1 music library get current media queue

如何在 windows phone 8.1(运行时)中获取当前媒体队列,如 windows phone 8 MediaPlayer.Queue 它可用还是我们必须实施? 同样有 IsShuffled 功能吗?

MediaPlayer API belongs to the Microsoft.Xna.Framework.Media namespace which is no longer available for WinRT components. So you can't use it but you can implement your own logic for it using the MediaElement API 除了排队等逻辑外,它具有足够的媒体播放器属性

解释here and the msdn-code-sample一定能帮到你。

对于背景音乐播放器,您应该使用 SystemMediaTransportControls API 并附加当您的应用在后台 运行 时发生的事件。

link 有背景音频说明。似乎有帮助。