使用 C# 控制媒体播放器

发布于 2024-08-18 11:57:21 字数 111 浏览 5 评论 0原文

我需要用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

三月梨花 2024-08-25 11:57:21

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文