文件名称:DirectShow-src
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:772.83kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
DirectShow开发指南》源码
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子目录下可以找到。-err
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子目录下可以找到。-err
相关搜索: DirectShow 播放器
播放器 DirectShow
FilterTitleOverlay
mpeg 播放器
directshow
filter graph
simpleplayer
(系统自动生成,下载前可以参看下载内容)
下载文件列表
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransform.cpp
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransform.dsp
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransform.dsw
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransform.h
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransform.ncb
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransform.opt
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransform.plg
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransform.rc
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransformDoc.cpp
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransformDoc.h
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransformView.cpp
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransformView.h
《DirectShow开发指南》源码/Chapter04/AppIPTransform/IPFilter.cpp
《DirectShow开发指南》源码/Chapter04/AppIPTransform/IPFilter.h
《DirectShow开发指南》源码/Chapter04/AppIPTransform/MainFrm.cpp
《DirectShow开发指南》源码/Chapter04/AppIPTransform/MainFrm.h
《DirectShow开发指南》源码/Chapter04/AppIPTransform/res/AppIPTransform.ico
《DirectShow开发指南》源码/Chapter04/AppIPTransform/res/AppIPTransform.rc2
《DirectShow开发指南》源码/Chapter04/AppIPTransform/res/AppIPTransformDoc.ico
《DirectShow开发指南》源码/Chapter04/AppIPTransform/res/Thumbs.db
《DirectShow开发指南》源码/Chapter04/AppIPTransform/resource.h
《DirectShow开发指南》源码/Chapter04/AppIPTransform/StdAfx.cpp
《DirectShow开发指南》源码/Chapter04/AppIPTransform/StdAfx.h
《DirectShow开发指南》源码/Chapter04/DsDemo/DsDemo.cpp
《DirectShow开发指南》源码/Chapter04/DsDemo/DsDemo.dsp
《DirectShow开发指南》源码/Chapter04/DsDemo/DsDemo.h
《DirectShow开发指南》源码/Chapter04/DsDemo/DsDemo.rc
《DirectShow开发指南》源码/Chapter04/DsDemo/DsDemoDlg.cpp
《DirectShow开发指南》源码/Chapter04/DsDemo/DsDemoDlg.h
《DirectShow开发指南》源码/Chapter04/DsDemo/res/DsDemo.ico
《DirectShow开发指南》源码/Chapter04/DsDemo/res/DsDemo.rc2
《DirectShow开发指南》源码/Chapter04/DsDemo/res/Thumbs.db
《DirectShow开发指南》源码/Chapter04/DsDemo/Resource.h
《DirectShow开发指南》源码/Chapter04/DsDemo/StdAfx.cpp
《DirectShow开发指南》源码/Chapter04/DsDemo/StdAfx.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CAutoFont.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CAutoFont.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CBasePixel.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CBasePixel.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CFilterTitleOverlay.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CFilterTitleOverlay.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/COverlayController.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/COverlayController.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CPixelRGB24.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CPixelRGB24.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CPixelRGB32.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CPixelRGB32.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CPixelRGB555.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CPixelRGB555.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CPixelRGB565.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CPixelRGB565.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CPixelRGB8.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CPixelRGB8.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CScrollController.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CScrollController.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CSysTimeOverlayController.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CSysTimeOverlayController.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CTitleOverlayProp.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CTitleOverlayProp.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/FilterGraph1.jpg
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/FilterTitleOverlay.def
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/FilterTitleOverlay.dsp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/FilterTitleOverlay.dsw
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/FilterTitleOverlay.ncb
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/FilterTitleOverlay.opt
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/FilterTitleOverlay.plg
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/FilterTitleOverlay.rc
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/ITitleOverlay.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/OverlayDefs.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/resource.h
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuilding.aps
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuilding.cpp
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuilding.dsp
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuilding.dsw
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuilding.h
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuilding.ncb
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuilding.opt
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuilding.plg
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuilding.rc
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuildingDlg.cpp
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuildingDlg.h
《DirectShow开发指南》源码/Chapter05/GraphBuilding/res/GraphBuilding.ico
《DirectShow开发指南》源码/Chapter05/GraphBuilding/res/GraphBuilding.rc
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransform.dsp
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransform.dsw
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransform.h
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransform.ncb
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransform.opt
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransform.plg
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransform.rc
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransformDoc.cpp
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransformDoc.h
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransformView.cpp
《DirectShow开发指南》源码/Chapter04/AppIPTransform/AppIPTransformView.h
《DirectShow开发指南》源码/Chapter04/AppIPTransform/IPFilter.cpp
《DirectShow开发指南》源码/Chapter04/AppIPTransform/IPFilter.h
《DirectShow开发指南》源码/Chapter04/AppIPTransform/MainFrm.cpp
《DirectShow开发指南》源码/Chapter04/AppIPTransform/MainFrm.h
《DirectShow开发指南》源码/Chapter04/AppIPTransform/res/AppIPTransform.ico
《DirectShow开发指南》源码/Chapter04/AppIPTransform/res/AppIPTransform.rc2
《DirectShow开发指南》源码/Chapter04/AppIPTransform/res/AppIPTransformDoc.ico
《DirectShow开发指南》源码/Chapter04/AppIPTransform/res/Thumbs.db
《DirectShow开发指南》源码/Chapter04/AppIPTransform/resource.h
《DirectShow开发指南》源码/Chapter04/AppIPTransform/StdAfx.cpp
《DirectShow开发指南》源码/Chapter04/AppIPTransform/StdAfx.h
《DirectShow开发指南》源码/Chapter04/DsDemo/DsDemo.cpp
《DirectShow开发指南》源码/Chapter04/DsDemo/DsDemo.dsp
《DirectShow开发指南》源码/Chapter04/DsDemo/DsDemo.h
《DirectShow开发指南》源码/Chapter04/DsDemo/DsDemo.rc
《DirectShow开发指南》源码/Chapter04/DsDemo/DsDemoDlg.cpp
《DirectShow开发指南》源码/Chapter04/DsDemo/DsDemoDlg.h
《DirectShow开发指南》源码/Chapter04/DsDemo/res/DsDemo.ico
《DirectShow开发指南》源码/Chapter04/DsDemo/res/DsDemo.rc2
《DirectShow开发指南》源码/Chapter04/DsDemo/res/Thumbs.db
《DirectShow开发指南》源码/Chapter04/DsDemo/Resource.h
《DirectShow开发指南》源码/Chapter04/DsDemo/StdAfx.cpp
《DirectShow开发指南》源码/Chapter04/DsDemo/StdAfx.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CAutoFont.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CAutoFont.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CBasePixel.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CBasePixel.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CFilterTitleOverlay.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CFilterTitleOverlay.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/COverlayController.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/COverlayController.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CPixelRGB24.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CPixelRGB24.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CPixelRGB32.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CPixelRGB32.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CPixelRGB555.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CPixelRGB555.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CPixelRGB565.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CPixelRGB565.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CPixelRGB8.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CPixelRGB8.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CScrollController.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CScrollController.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CSysTimeOverlayController.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CSysTimeOverlayController.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CTitleOverlayProp.cpp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/CTitleOverlayProp.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/FilterGraph1.jpg
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/FilterTitleOverlay.def
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/FilterTitleOverlay.dsp
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/FilterTitleOverlay.dsw
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/FilterTitleOverlay.ncb
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/FilterTitleOverlay.opt
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/FilterTitleOverlay.plg
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/FilterTitleOverlay.rc
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/ITitleOverlay.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/OverlayDefs.h
《DirectShow开发指南》源码/Chapter04/FilterTitleOverlay/resource.h
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuilding.aps
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuilding.cpp
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuilding.dsp
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuilding.dsw
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuilding.h
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuilding.ncb
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuilding.opt
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuilding.plg
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuilding.rc
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuildingDlg.cpp
《DirectShow开发指南》源码/Chapter05/GraphBuilding/GraphBuildingDlg.h
《DirectShow开发指南》源码/Chapter05/GraphBuilding/res/GraphBuilding.ico
《DirectShow开发指南》源码/Chapter05/GraphBuilding/res/GraphBuilding.rc
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.