Media Player Control for .NET Compact Framework

烂漫一生 提交于 2019-12-11 06:10:06

问题


Is there any free media player control library that allows us to play videos in a .NET Compact Framework application?

We tried the one available at http://www.coppercoins.de/post/2008/11/03/WMP-Part-IIIa-Creating-new-Interop-Assembly-for-Mediaplayer.aspx, but having issues with memory problems and access violation errors.


回答1:


Did you look at the MSDN article on ActiveX Hosting? Be aware that it has a bug in it.

If you need a player for Windows CE (i.e. not Windows Mobile) there's an open-source one for DShow available on Codeplex.




回答2:


Have a look at the Windows Media Player Mobile control here. That allows you to add a Windows Media Player control into your .NET CF application.



来源:https://stackoverflow.com/questions/2161856/media-player-control-for-net-compact-framework

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!