查询Windows Media Center库的内容
我正在尝试用 C# 创建一个程序,列出 Windows Media Center 中的库(例如视频库)的内容。
使用 Windows Media Center SDK 是否可以实现这一点,而不必将其创建为 WMC 的插件,而是作为“外部”程序,在与 WMC 相同的计算机上运行?
I'm trying to create a program in C# that lists the content of a library in Windows Media Center (for instance the video library).
Is this possible using the Windows Media Center SDK, without having to create it as an addin for WMC, but as an "external" program, running on the same machine as WMC?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
引用 MSDN 的说法,看起来不太好:
除了少数例外,Windows 服务或除 Windows Media Center 启动的进程之外的任何其他进程都无法访问 Windows Media Center 对象模型。
< a href="http://msdn.microsoft.com/en-us/library/ms816271.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/ms816271.aspx
虽然我不知道这些例外是什么。
Doesn't look to good, quote from MSDN:
With a few exceptions, the Windows Media Center object model is not accessible from a Windows service or any other process other than those started by Windows Media Center.
http://msdn.microsoft.com/en-us/library/ms816271.aspx
Though I don't know what those exceptions are.