Windows Phone 应用程序在更改当前播放的歌曲后崩溃
我正在使用 Mediaplayer.Queue
从 Windows Phone 上的 zune 检索有关当前正在播放的歌曲(艺术家、歌曲名称等)的信息。一切都很好,但如果我从快速访问菜单更改歌曲(即通过单击音量按钮),应用程序就会崩溃。
我需要做什么才能防止将来出现这种情况?另外,当用户更改曲目时,如何更新当前歌曲信息?
I'm using Mediaplayer.Queue
to retrieve information from zune on Windows Phone about currently playing song (artist, song name, etc). Everything is fine, but if I'm changing song from the fast access menu (ie. from clicking the volume-buttons) the app crashes.
What do I need to do to prevent this scenario in the future? Also, when the user changes the track, how do I update the current song info?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要在设备上启用音乐中心调试,您需要 使用 WPConnect.exe 连接而不是 Zune。指南告诉您如何操作。
一旦运行调试,您应该能够获得完整的异常和堆栈跟踪。如果您发布该内容,我们可以在必要时为您提供进一步的帮助。
To enable music hub debugging on the device, you need to connect with WPConnect.exe instead of Zune. The guide tells you how.
Once you got debugging running, you should be able to get a full exception and stack-trace. If you post that, we can give you further help, if necessary.