预备知识 CMediaType CMediaType从_AMMediaType继承,是一个在DirectShow中非常有用的Helper Class。它提供了一些常用的辅助函数来操作AMMediaTy
IAMovieSetup接口定义 IAMovieSetup : public IUnknown { public: // Adds the filter to the registry. virtua
DirectShow 学习(七): CTransInPlaceFilter及相关联Pin类的源代码解析 1. CTransInPlaceInputPin类 派生自CTransformIn
DirectShow 学习(六): CTransfromFilter及相关联Pin类的源代码解析 1. CTransformInputPin类 派生自CBaseInputPin。
DirectShow学习(八): CBaseRender类及相应Pin类的源代码分析 1. CRendererInputPin类 派生自CBaseInputPin。 a)
CRefTime类 CRefTime类维护了REFERENCE_TIME m_time;的成员变量。单位为100ns。 另外,几个跟该类相关的宏: const LONGLONG MILLISECOND
题 1.分析以下程序执行的结果 #include<iostream.h> #include<stdlib.h> class Sample { public: i
题12. 分析以下程序的执行结果 #include<iostream.h> class Sample { public: int x;
abstractclass和interface是Java语言中对于抽象类定义进行支持的两种机制,正是由于这两种机制的存在,才赋予了Java强大的面向对象能力。abstractclass和interfa
mixins and IntrodUCtions 很多人说道AOP,都以为AOP就是截取器,切入点表达式,方面和实现(advices)。其实AOP不止这些,另外一个很重要的功能在JBOSS AOP里面