我可以操纵“正在播放”吗? 使用 SDK 在 Windows Media Center 中排队?
我已经下载了 Windows Media Center SDK 并浏览了文档,但我并没有真正了解如何与“正在播放”队列进行交互。 是否可以?
I've downloaded the Windows Media Center SDK and have looked through the documentation, but I don't really see how I can interact with the "Now Playing" queue. Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Windows 7 中,您可以获得完整的交互。 使用 MediaCollection
在 Windows Vista 中可以使用,但它确实很脆弱,请参阅 此代码。
In Windows 7 you get full interaction. Use MediaCollection
In Windows Vista stuff kind of works but its really fragile see this code.