DirectShow-direct-sourcecode

所属分类:视频捕捉采集剪辑
开发工具:Visual C++
文件大小:454KB
下载次数:13
上传日期:2011-04-26 15:35:02
上 传 者rdim
说明:  DirectShow是一个windows平台上的流媒体框架,提供了高质量的多媒体流采集和回放功能。它支持多种多样的媒体文件格式,包括ASF、MPEG、AVI、MP3和WAV文件,同时支持使用WDM驱动或早期的VFW驱动来进行多媒体流的采集。
(DirectShow is a windows platform for streaming media framework that provides high-quality capture and playback of multimedia streams. It supports a wide variety of media file formats, including ASF, MPEG, AVI, MP3 and WAV files, while supporting the early use of WDM drivers or VFW drivers for capture of multimedia streams.)

文件列表:
《DirectShow开发指南》源码\Chapter04\AppIPTransform\AppIPTransform.cpp (4258, 2001-04-30)
《DirectShow开发指南》源码\Chapter04\AppIPTransform\AppIPTransform.dsp (4867, 2003-09-01)
《DirectShow开发指南》源码\Chapter04\AppIPTransform\AppIPTransform.h (1444, 2001-04-30)
《DirectShow开发指南》源码\Chapter04\AppIPTransform\AppIPTransform.rc (10139, 2003-08-08)
《DirectShow开发指南》源码\Chapter04\AppIPTransform\AppIPTransformDoc.cpp (1902, 2001-04-30)
《DirectShow开发指南》源码\Chapter04\AppIPTransform\AppIPTransformDoc.h (1563, 2001-04-30)
《DirectShow开发指南》源码\Chapter04\AppIPTransform\AppIPTransformView.cpp (2761, 2003-08-08)
《DirectShow开发指南》源码\Chapter04\AppIPTransform\AppIPTransformView.h (1877, 2003-08-08)
《DirectShow开发指南》源码\Chapter04\AppIPTransform\IPFilter.cpp (9949, 2003-08-08)
《DirectShow开发指南》源码\Chapter04\AppIPTransform\IPFilter.h (1616, 2003-08-08)
《DirectShow开发指南》源码\Chapter04\AppIPTransform\MainFrm.cpp (1505, 2001-04-30)
《DirectShow开发指南》源码\Chapter04\AppIPTransform\MainFrm.h (1421, 2001-04-30)
《DirectShow开发指南》源码\Chapter04\AppIPTransform\res\AppIPTransform.ico (1078, 2001-04-30)
《DirectShow开发指南》源码\Chapter04\AppIPTransform\res\AppIPTransform.rc2 (406, 2001-04-30)
《DirectShow开发指南》源码\Chapter04\AppIPTransform\res\AppIPTransformDoc.ico (1078, 2001-04-30)
《DirectShow开发指南》源码\Chapter04\AppIPTransform\resource.h (648, 2001-04-30)
《DirectShow开发指南》源码\Chapter04\AppIPTransform\StdAfx.cpp (216, 2001-04-30)
《DirectShow开发指南》源码\Chapter04\AppIPTransform\StdAfx.h (1054, 2001-04-30)
《DirectShow开发指南》源码\Chapter04\DsDemo\DsDemo.aps (20184, 2006-07-25)
《DirectShow开发指南》源码\Chapter04\DsDemo\DsDemo.cpp (2045, 2003-08-06)
《DirectShow开发指南》源码\Chapter04\DsDemo\DsDemo.dsp (4279, 2003-08-06)
《DirectShow开发指南》源码\Chapter04\DsDemo\DsDemo.h (1354, 2003-08-06)
《DirectShow开发指南》源码\Chapter04\DsDemo\DsDemo.rc (4413, 2003-08-06)
《DirectShow开发指南》源码\Chapter04\DsDemo\DsDemoDlg.cpp (5610, 2003-08-06)
《DirectShow开发指南》源码\Chapter04\DsDemo\DsDemoDlg.h (1565, 2003-08-06)
《DirectShow开发指南》源码\Chapter04\DsDemo\res\DsDemo.ico (1078, 2003-08-06)
《DirectShow开发指南》源码\Chapter04\DsDemo\res\DsDemo.rc2 (398, 2003-08-06)
《DirectShow开发指南》源码\Chapter04\DsDemo\Resource.h (441, 2003-08-06)
《DirectShow开发指南》源码\Chapter04\DsDemo\StdAfx.cpp (208, 2003-08-06)
《DirectShow开发指南》源码\Chapter04\DsDemo\StdAfx.h (999, 2003-08-06)
《DirectShow开发指南》源码\Chapter04\FilterTitleOverlay\CAutoFont.cpp (2105, 2003-03-22)
《DirectShow开发指南》源码\Chapter04\FilterTitleOverlay\CAutoFont.h (518, 2003-03-17)
《DirectShow开发指南》源码\Chapter04\FilterTitleOverlay\CBasePixel.cpp (1081, 2003-03-31)
《DirectShow开发指南》源码\Chapter04\FilterTitleOverlay\CBasePixel.h (925, 2003-03-17)
《DirectShow开发指南》源码\Chapter04\FilterTitleOverlay\CFilterTitleOverlay.cpp (13009, 2003-08-07)
《DirectShow开发指南》源码\Chapter04\FilterTitleOverlay\CFilterTitleOverlay.h (2323, 2003-03-24)
《DirectShow开发指南》源码\Chapter04\FilterTitleOverlay\COverlayController.cpp (11905, 2003-08-07)
《DirectShow开发指南》源码\Chapter04\FilterTitleOverlay\COverlayController.h (3121, 2003-04-06)
《DirectShow开发指南》源码\Chapter04\FilterTitleOverlay\CPixelRGB24.cpp (419, 2003-03-17)
《DirectShow开发指南》源码\Chapter04\FilterTitleOverlay\CPixelRGB24.h (280, 2003-03-17)
... ...

/---------------------------------------------------------------------\ * 书 名:《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 \---------------------------------------------------------------------/

近期下载者

相关文件


收藏者