搜索资源列表
VC源码:《DirectShow开发指南》范例源代码
- VC源码:《DirectShow开发指南》范例源代码-VC source : "DirectShow Development Guide" source code examples
《DirectShow开发指南》源码
- 《DirectShow开发指南》书籍源码.rar-"DirectShow Development Guide" books source. Rar
directshow(code-PDF)
- directshow开发指南PDF和源码
DirectShow
- 《DirectShow开发指南》源码
DirectShow
- Directshow开发指南,对direct show的基础,适合初学者使用
directshow
- 陆其明的《directshow开发指南》一书的示例源码,结合该代码,能快速入门
directshow开发指南源码
- 陆其明的《directshow开发指南》一书的所有源码,VC++ 6.0编译通过,对directshow 视频开发还是有很大的参考价值的!
DirectShow.rar
- 《DirectShow开发指南》源码,陆其明编,err
DirectShow
- 是陆其名写的两本书 DirectShow开发指南和DirectShow 实务精选。希望对想学习Directshow编程的人有帮助。-Is the land its name written two books DirectShow Development DirectShow practice guidelines and selection. Hope to those who want to learn Directshow programming help.
DirectShow-src
- DirectShow开发指南》源码 Chapter04:第4章用到的代码,其中AppIPTransform为MFC Filter的例子, DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。 Chapter05:第5章用到的代码,其中GraphBuilding为Filter Graph构建技 术的一些代码,SimplePlayer为一个简单的播放器例子。 Chapter07:第7章用到的代码,其中DsDemo是一些演示代码。
directshowkf
- DirectShow开发指南文档,以及其对应的范例代码。-DirectShow development of guidelines for the document, as well as its corresponding sample code.
DirectShow
- DirectShow开发指南源码 陆其明老师书带的源码,有几个很不错的实例。学流媒体不错的资源 。 下载内容说明: readme.txt:本说明文件。 Chapter04:第4章用到的代码,其中AppIPTransform为MFC Filter的例子, DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。 Chapter05:第5章用到的代码,其中GraphBuilding为Filter Graph构建技术 的一些代码,S
DirectShow
- directshow开发指南的源代码~内含几个用directshow开发的实例-directshow Developer' s Guide ~ includes the source code for the development of several instances of using directshow
DirectShowPracticeselection
- 具体内容说明如下: “《DirectShow开发指南》源码”文件夹:本书的系列丛书“DirectShow 专业著作”的第一本——《DirectShow开发指南》一书的配套源代码。源码说 明参见该目录下的Readme.txt文件。 Bin文件夹:本书所有实例编译通过后生成的可执行文件(Release版)。 Media文件夹:本书实例使用过的一些媒体文件。-DirectShow
directshowkf
- Directshow开发指南电子书籍及其源代码,用于学习Directshow编程-Directshow Developer' s Guide e-books and source code for learning Directshow Programming
sourcecode
- 陆其明的《directshow开发指南》以及书中各章的源代码-Lu Qi-Ming' s " directshow Developer' s Guide" and the various chapters of the book' s source code
directshow开发指南
- directshow开发指南,介绍directshow的专业书籍
《DirectShow开发指南》源码
- 《DirectSHOW开发入门》配套光盘开发源码(directshow source code)
DirectShow开发指南
- DirectShow是微软公司在ActiveMovie和Video for Windows的基础上推出的新一代基于COM(Component Object Model)的流媒体处理的开发包,与DirectX开发包一起发布。DirectShow使用一种叫Filter Graph的模型来管理整个数据流的处理过程,运用DirectShow,我们可以很方便地从支持WDM驱动模型的采集卡上捕获数据,并且进行相应的后期处理乃至存储到文件中。这样使在多媒体数据库管理系统(MDBMS)中多媒体数据的存取变得更加
DirectShow开发指南
- 本书以DirectX SDK 9.0版为蓝本,涉及的内容几乎涵盖了在Windows平台上使 用DirectShow进行C++编码的方方面面。全书共分4个部分。第1部分详细介绍了 DirectShow的基础知识。第2部分重点讨论了Filter的开发,以及DirectShow 应用程序的开发,包括目前非常流行的如音视频采集、数码摄像机的支持、非线性 编辑等应用。第3部深入分析了DirectShow SDK提供的部分典型源代码例子。第 4部分结合作者个人的一些开发实践,通过案例和开放源码分析