Using DirectShow API from Silverlight

独自空忆成欢 提交于 2019-12-14 04:13:32

问题


We would like to leverage the codec capabilities of DirectShow from Silverlight. Is this possible?


回答1:


MediaStreamSource is really the closest you will get to accessing decoders in Silverlight.

You also may want to look at this project: http://directshow4sl.codeplex.com/ It is a managed re-imagined version of DirectShow.




回答2:


In short (because I can't even think of a long answer) no, you can't use DirectShow in Silverlight.



来源:https://stackoverflow.com/questions/3185302/using-directshow-api-from-silverlight

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