搜索资源列表
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.
DirectShowKAIFAZHINAN_Chapter09
- 《DirectShow开发指南》 范例源代码,Chapter07:第7章用到的代码,其中DsDemo是一些演示代码。 -"DirectShow Development Guide" paradigm source code, Chapter07 : Chapter 7 to use the code, which is some DsDemo demo code.
DirectShowKAIFAZHINAN_Chapter18
- 《DirectShow开发指南》 范例源代码,Chapter18:第18章用到的代码,其中MpegNetwork为“MPEG流的网络客户端播放” 实现的所有源代码(请打开Daisy.dsw浏览各项目)。 -"DirectShow Development Guide" paradigm source code, Chapter18 : chapter 18 to use the code, which MpegNetwork "MPEG-client netw
DirectShowKAIFAZHINAN_Chapter19
- 《DirectShow开发指南》 范例源代码,Chapter19:第19章用到的代码,其中DVD2AVI_1.77.3_SRC.zip为开放源码, FilterMpeg2VD为此开放源码基础上开发的MPEG-2 Video Decoder Filter例子。-"DirectShow Development Guide" paradigm source code, Chapter19 : Chapter 19 to use the code, which DVD2AVI_1
DirectShowKFZN
- 《DirectShow开发指南》配套代码
DirectShowKFZN
- 《DirectShow开发指南》配套代码 [涉及平台] VC++ [作者] 陆其明 [文件大小] 386KB [更新日期] 2005-10-29 陆其明三本directshow专业书中的第一本 是第一线流媒体开发人员的入门好参考
DirectShow_Dev_book_Src
- 《DirectShow开发指南》源码 Visual C++ source code
DirectShowsouce
- 《DirectShow开发指南》附书源代码。本书以DirectX SDK 9.0版为蓝本,涉及的内容几乎涵盖了在Windows平台上使 用DirectShow进行C++编码的方方面面。
directshow(code-PDF)
- directshow开发指南PDF和源码
Chapter04
- DirectShow开发指南 本书以DirectX SDK 9.0版为蓝本,涉及的内容几乎涵盖了在Windows平台上使
Chapter07
- * 书 名:《DirectShow开发指南》 * 作 者: 陆其明(著) 金邦飞(审校) * 内容提要: 本书以DirectX SDK 9.0版为蓝本,涉及的内容几乎涵盖了在Windows平台上使
SimplePlayer
- 本例子是根据<<directShow开发指南>>第五章例子编写. 在该书例子中,屏幕图像抓取(bmp)不成功.修正后,能抓取bmp图片.说明,本例子非原创.编译工具VS2003.net.
DirectShow_code
- 《directshow开发指南》的配书代码。因网速原因只有第一章和第三章。需要的留下邮箱。(相当难找)
DirectShow
- 《DirectShow开发指南》源码
DirectShow.rar
- 《DirectShow开发指南》源码,陆其明编,err
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部分结合作者个人的一些开发实践,通过案例和开放源码分析