使用 C# 控制媒体播放器
我需要用 C# 编写一个应用程序来控制不同的媒体播放器。我的 MediaKeyboard 可以控制例如 Songbird 和 WMP,因此两个播放器都必须实现某种接口,还是我错了? 我该如何写这样的应用程序?
I need to write an application in C# which controls different media players. My MediaKeyboard can control for example Songbird and WMP so there must be some kind of Interface that both players implement, or am I wrong?
How would I write this kind of application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Songbird 有一个开发者中心,解释如何对 API 进行编程。 点击此处。一般来说,您会发现每个应用程序都有自己的 API,并且必须单独对它们进行编程。
Songbird has a developer center, explaining how to program the API. Click here. Generally, you will find that each application will have it's own API, and they will have to be programmed individually.