Zune API ZuneCore.dll
前几天我注意到 Zune PC 软件公开了一个类型库 (ZuneCore.dll)。 它似乎在某种程度上与 WMPLib API 有关,但我不知道如何从 VB6 或 C# 使用它。
有人尝试过这个并且有运气吗?
戴夫
I noticed the other day that the Zune PC Software exposes a type library (ZuneCore.dll). It seems to be related to the WMPLib API in some way but I can't figure out how to use it either from VB6 or C#.
Has anybody tried this and had any luck?
Dave
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
可能是一个老问题,但此链接可能会有所帮助: http://zunelcd.codeplex .com/ 如果您下载该项目的源代码,其中一个类库是一个不错的 API,用于与 Zune 软件进行通信。
May be an old question, but this link might help: http://zunelcd.codeplex.com/ If you download the source for this project one of the class libraries is a decent API for communicating with the Zune Software.
我刚刚发现这个 -> http://soapitstop.com/blogs/fleamarket/archive/2008/03/03/read-the-zune-collection-in-net-from-zune-s-own-api.aspx< /a> 但似乎有点过时的初始化方法现在需要一些参数,我不知道该放什么!
i just found out about this -> http://soapitstop.com/blogs/fleamarket/archive/2008/03/03/read-the-zune-collection-in-net-from-zune-s-own-api.aspx but it seems a bit outdated Initialize method now takes some parameters and i dont know what to put there!
尝试从 Visual Studio 中的 .NET 项目添加对它的引用。 也许这个命名空间会神奇地出现:MicrosoftZuneLibrary
Try adding a reference to it from a .NET project in Visual Studio. Perhaps this namespace will appear magically: MicrosoftZuneLibrary