从 Windows Media Player 检索当前播放的歌曲 (C#)
我意识到有一个类似的问题,但它确实没有任何信息。我想在 C# 应用程序中检索当前播放的歌曲标题(类似于 MSN Messenger)。我想要控制的 Windows Media Player 是外部的 - 也就是说,它在计算机上运行,而不是在应用程序内运行。无论如何要这样做吗?
I realize there is a similar question to this, but it really has no information in it. I want to retrieve the currently playing song title (similar to MSN Messenger) within a C# app. The Windows Media Player I want to control is EXTERNAL- that is, it is running on the computer, not within the app. Anyway to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想我可能已经找到了解决问题的方法 - 一个简单的解决方案是安装一个插件,它可以告诉您当前正在播放的歌曲并将其写入文件,您可以通过程序读取它。
I think I may have found a way around my problem- a simple solution is to install a plugin that tells you the current playing song and writes it to a file and you can read it through your program.