使用 Silverlight 中的 DirectShow API
我们希望利用 Silverlight 的 DirectShow 编解码器功能。这可能吗?
We would like to leverage the codec capabilities of DirectShow from Silverlight. Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
MediaStreamSource 实际上是您在 Silverlight 中最接近访问解码器的方法。
您可能还想看看这个项目: http://directshow4sl.codeplex.com/ 这是一个DirectShow 的托管重新构想版本。
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.
简而言之(因为我什至想不出一个长答案)不,你不能在 Silverlight 中使用 DirectShow。
In short (because I can't even think of a long answer) no, you can't use DirectShow in Silverlight.