DirectShowkfznSrc

所属分类:DirextX编程
开发工具:Visual C++
文件大小:398KB
下载次数:8
上传日期:2007-12-06 17:58:01
上 传 者eddiezheng
说明:  DirectShow开发指南源码,陆老师的经典之作
(DirectShow Development Guide source, land of the classic teacher)

文件列表:
《DirectShow开发指南》源码 (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter04 (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter04\AppIPTransform (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter04\AppIPTransform\res (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter04\DsDemo (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter04\DsDemo\res (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter04\FilterTitleOverlay (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter05 (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter05\GraphBuilding (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter05\GraphBuilding\res (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter05\SimplePlayer (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter05\SimplePlayer\res (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter07 (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter07\DsDemo (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter07\DsDemo\Debug (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter07\DsDemo\res (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter09 (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter09\DESCallback (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter09\DESCallback\res (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter18 (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter18\MpegNetwork (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter18\MpegNetwork\Basic (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter18\MpegNetwork\Builds (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter18\MpegNetwork\MediaClient (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter18\MpegNetwork\MediaClient\res (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter18\MpegNetwork\MediaServer (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter18\MpegNetwork\MediaServer\res (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter19 (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter19\FilterMpeg2VD (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter19\FilterMpeg2VD\Debug (0, 2007-07-13)
《DirectShow开发指南》源码\Chapter19\DVD2AVI_1.77.3_SRC.zip (171679, 2003-08-28)
《DirectShow开发指南》源码\Chapter04\FilterTitleOverlay\FilterGraph1.jpg (23179, 2003-08-20)
《DirectShow开发指南》源码\Chapter04\AppIPTransform\res\AppIPTransform.ico (1078, 2001-04-30)
《DirectShow开发指南》源码\Chapter04\AppIPTransform\res\AppIPTransformDoc.ico (1078, 2001-04-30)
《DirectShow开发指南》源码\Chapter09\DESCallback\res\DESCallback.ico (1078, 2003-07-21)
《DirectShow开发指南》源码\Chapter04\DsDemo\res\DsDemo.ico (1078, 2003-08-06)
《DirectShow开发指南》源码\Chapter07\DsDemo\res\DsDemo.ico (1078, 2003-08-06)
《DirectShow开发指南》源码\Chapter05\GraphBuilding\res\GraphBuilding.ico (1078, 2003-08-09)
《DirectShow开发指南》源码\Chapter18\MpegNetwork\MediaClient\res\MediaClient.ico (1078, 2001-11-06)
《DirectShow开发指南》源码\Chapter18\MpegNetwork\MediaServer\res\MediaServer.ico (1078, 2001-11-06)
... ...

/---------------------------------------------------------------------\ * 书 名:《DirectShow开发指南》 * 作 者: 陆其明(著) 金邦飞(审校) * 内容提要: 本书以DirectX SDK 9.0版为蓝本,涉及的内容几乎涵盖了在Windows平台上使 用DirectShow进行C++编码的方方面面。全书共分4个部分。第1部分详细介绍了 DirectShow的基础知识。第2部分重点讨论了Filter的开发,以及DirectShow 应用程序的开发,包括目前非常流行的如音视频采集、数码摄像机的支持、非线性 编辑等应用。第3部深入分析了DirectShow SDK提供的部分典型源代码例子。第 4部分结合作者个人的一些开发实践,通过案例和开放源码分析,进一步介绍 DirectShow的实务应用。 本书完全忠实于DirectX SDK 9.0的帮助文档以及基类源代码,并结合作者多年 的实践,经过提炼而成。内容丰富,条理清晰,实用性强。适合广大的流媒体应用 开发人员,以及对Windows平台上多媒体处理感兴趣的编程爱好者、学生学习和参 考。 * 下载内容说明: readme.txt:本说明文件。 Chapter04:第4章用到的代码,其中AppIPTransform为MFC Filter的例子, DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。 Chapter05:第5章用到的代码,其中GraphBuilding为Filter Graph构建技术 的一些代码,SimplePlayer为一个简单的播放器例子。 Chapter07:第7章用到的代码,其中DsDemo是一些演示代码。 Chapter09:第9章用到的代码,其中DESCallback演示了控制DirectShow智能 连接的方法。 Chapter18:第18章用到的代码,其中MpegNetwork为“MPEG流的网络客户端播放” 实现的所有源代码(请打开Daisy.dsw浏览各项目)。 Chapter19:第19章用到的代码,其中DVD2AVI_1.77.3_SRC.zip为开放源码, FilterMpeg2VD为此开放源码基础上开发的MPEG-2 Video Decoder Filter例子。 除上述代码外,本书各章用到的其他代码均在DirectX SDK安装目录的Samples 子目录下可以找到。 * 备注: DirectX SDK 9.0以及DirectX 9.0运行时库可以到微软的网站上下载。 请访问微软的网站首页http://www.microsoft.com,然后输入DirectX进行搜 索;或者直接访问http://www.microsoft.com/directx下载运行时库,或者 http://www.microsoft.com/downloads/details.aspx?FamilyId=9216652F-51E0-402E-B7B5-FEB68D00F2***&displaylang=en * 技术支持网站:http://hqtech.nease.net \---------------------------------------------------------------------/

近期下载者

相关文件


收藏者