IAMovieSetup接口定义 IAMovieSetup : public IUnknown { public: // Adds the filter to the registry. virtua
DirectShow 学习(七): CTransInPlaceFilter及相关联Pin类的源代码解析 1. CTransInPlaceInputPin类 派生自CTransformIn
DirectShow 学习(六): CTransfromFilter及相关联Pin类的源代码解析 1. CTransformInputPin类 派生自CBaseInputPin。
预备知识 CMediaType CMediaType从_AMMediaType继承,是一个在DirectShow中非常有用的Helper Class。它提供了一些常用的辅助函数来操作AMMediaTy
DirectShow学习(八): CBaseRender类及相应Pin类的源代码分析 1. CRendererInputPin类 派生自CBaseInputPin。 a)
CRefTime类 CRefTime类维护了REFERENCE_TIME m_time;的成员变量。单位为100ns。 另外,几个跟该类相关的宏: const LONGLONG MILLISECOND
AjaxTags项目是在现有的Struts HTML标记库的基础上,添加对AJAX支持。 AjaxTags改写了Struts标签类org.apache.struts.taglib.html.For
//myallocator.h #ifndef _MYALLOCATOR_ #define _MYALLOCATOR_ #include <iostream> #include &
Linux是一个可靠性非常高的操作系统,但是所有用过Linux的朋友都会感觉到,Linux和Windows这样的"傻瓜"操作系统(这里丝毫没有贬低Windows的意思,相反这应该是Windows的
/*** *qsort.c - quicksort algorithm; qsort() library function for sorting arrays * * Copyright