c++ - directshow中的CSource和CSourceStream有什么区别?

标签 c++ filter directshow

这两个类看起来和我很像,

能不能提醒一下这两个类的巨大区别,让我不用看文档也能判断具体的接口(interface)属于哪个类??

最佳答案

根据 MSDN 中的定义:

The CSource class is a base class for implementing source filters. A filter derived from CSource contains one or more output pins derived from the CSourceStream class. Each output pin creates a worker thread that pushes media samples downstream.

关于c++ - directshow中的CSource和CSourceStream有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3512099/

相关文章:

c++ - 快速计算两个数组之间的相等字节数

c++ - C++中的简单矩阵求幂

c++ - boost::variant 和 std::find_if

excel - 从 FILTER 函数中仅返回一列

FFmpeg 硬件加速 -> GPU + DirectShow

c# - 程序只能在某些电脑上运行,缺少 DLL?

WPF ICollectionView 过滤

javascript - 基于javascript中的另一个数组过滤数组

c++ - UVC 相机 "Still Pin"在 Linux C++ 中捕获

windows - 来自网络URL的DirectShow RenderFile具有严重缺陷。如何避免呢?