搜索资源列表
DirectShowKFZN
- 《DirectShow开发指南》配书源码-"DirectShow Development Guide" book distribution source
DirectShowKAIFAZHINAN_Chapter04
- 《DirectShow开发指南》 范例源代码,Chapter04:第4章用到的代码,其中AppIPTransform为MFC Filter的例子, DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。 -"DirectShow Development Guide" paradigm source code, Chapter04 : Chapter 4 to use the code, which AppIPTransform
DirectShowKAIFAZHINAN_Chapter05
- 《DirectShow开发指南》 范例源代码,Chapter05:第5章用到的代码,其中GraphBuilding为Filter Graph构建技术 的一些代码,SimplePlayer为一个简单的播放器例子。 -"DirectShow Development Guide" paradigm source code, Chapter05 : Chapter 5 to use the code, which GraphBuilding Graph Filter Cons
DirectShowKAIFAZHINAN_Chapter07
- 《DirectShow开发指南》 范例源代码,Chapter07:第7章用到的代码,其中DsDemo是一些演示代码。 -"DirectShow Development Guide" paradigm source code, Chapter07 : Chapter 7 to use the code, which is some DsDemo demo code.
directshow(code-PDF)
- directshow开发指南PDF和源码
DirectShow
- 《DirectShow开发指南》源码
DirectShow
- Directshow开发指南,对direct show的基础,适合初学者使用
directshow
- 陆其明的《directshow开发指南》一书的示例源码,结合该代码,能快速入门
directshow
- 《DirectShow开发指南》配套代码,对学习directshow的朋友很有帮助!
DirectShow-kai-fa-zhi-nan-coder
- 《DirectShow开发指南》源码 本书以DirectX SDK 9.0版为蓝本,内容几乎涵盖了在Windows平台上使用DirectShow进行C++编码的方方面面。全书共分4个部分。第1部分详细介绍了DirectShow的基础知识。第2部分重点讨论了Filter的开发,以及DirectShow应用程序的开发,包括目前非常流行的音视频采集、数码摄像机的支持、非线性编辑等应用。第3部分深入分析了DirectShow SDK提供的部分典型源代码。第4部分结合作者个人的一些开发实践,通过案例和
DirectShow.rar
- 《DirectShow开发指南》源码,陆其明编,err
DirectShow-src
- DirectShow开发指南》源码 Chapter04:第4章用到的代码,其中AppIPTransform为MFC Filter的例子, DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。 Chapter05:第5章用到的代码,其中GraphBuilding为Filter Graph构建技 术的一些代码,SimplePlayer为一个简单的播放器例子。 Chapter07:第7章用到的代码,其中DsDemo是一些演示代码。
sourcecode
- DirectShow开发指南源码,配套directshow开发指南书籍 ,非常有用-DirectShow development of guidelines for source code, supporting DirectShow Development guide books, very useful
DirectShow
- directshow开发指南的书的源代码。-DirectShow development guide book' s source code.
SimplePlayer
- 陆其明 DirectShow开发指南源码 第5章 simple player 源码-Lu Qiming source DirectShow Development Guide Chapter 5 simple player code
DirectShow
- DirectShow开发指南电子书PDF格式-DirectShow PDF
DirectShow-Introduction
- DirectShow开发指南,详细介绍了DirectShow编程的原理及方法-DirectShow Development Guide, detailing the principles and methods of DirectShow programming
DirectShow
- directshow开发指南及代码_程序设计\DirectShow开发指南源码-directshow to develop guidelines and code _ Programming \ DirectShow Development Guide source
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部分结合作者个人的一些开发实践,通过案例和开放源码分析