开发者

Controlling Media Players with C#

开发者 https://www.devze.com 2022-12-16 06:52 出处:网络
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 impleme

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 writ开发者_运维问答e this kind of application?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消