本文介绍了使用DirectShow从内存渲染的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我是很新的DirectShow和我正在寻找一种方式来呈现这已经加载到使用DirectShow.NET内存的视频。我该怎么办呢?我会即使你给我的道路的一大亮点感谢。
I'm very new to DirectShow and I'm looking for a way to render a video which is already loaded into the memory using DirectShow.NET. How can I do that? I'd be thankful even if you give me a highlight of the path.
推荐答案
有从内存中打不出标准组件数据显示,从Windows SDK中异步采样滤波器实现正是这个。
There is no standard component to play from memory data, however Async Filter Sample from Windows SDK implements exactly this.
应用程序读取在指定的速度文件到内存中并播放文件。
请注意,该滤波器需要,但是,希望从你一些C ++开发。
Note that the filter requires, however, expects some C++ development from you.
另请参阅:
- 的
- 的
- 的
- On Async Filter Sample
- Play video file from a memory stream
- How do you get DirectShow to play a video from a resource?
这篇关于使用DirectShow从内存渲染的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!