文件名称:DirectShow
-
所属分类:
- 标签属性:
- 上传时间:2008-10-13
-
文件大小:9.48mb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
DirectShow应用开发案例,第4章用到的代码,其中AppIPTransform为MFC Filter的例子,DsDemo是一些演示代码FilterTitleOverlay是字符叠加Filter的源代码。
第5章用到的代码,其中GraphBuilding为Filter Graph构建技术的一些代码,SimplePlayer为一个简单的播放器例子。
第7章用到的代码,其中DsDemo是一些演示代码。
第9章用到的代码,其中DESCallback演示了控制DirectShow智能
连接的方法。
第18章用到的代码,其中MpegNetwork为“MPEG流的网络客户端播放”
实现的所有源代码(请打开Daisy.dsw浏览各项目)。
第19章用到的代码,其中DVD2AVI_1.77.3_SRC.zip为开放源码,
FilterMpeg2VD为此开放源码基础上开发的MPEG-2 Video Decoder Filter例子。
第5章用到的代码,其中GraphBuilding为Filter Graph构建技术的一些代码,SimplePlayer为一个简单的播放器例子。
第7章用到的代码,其中DsDemo是一些演示代码。
第9章用到的代码,其中DESCallback演示了控制DirectShow智能
连接的方法。
第18章用到的代码,其中MpegNetwork为“MPEG流的网络客户端播放”
实现的所有源代码(请打开Daisy.dsw浏览各项目)。
第19章用到的代码,其中DVD2AVI_1.77.3_SRC.zip为开放源码,
FilterMpeg2VD为此开放源码基础上开发的MPEG-2 Video Decoder Filter例子。
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Chapter04/AppIPTransform/AppIPTransform.cpp
Chapter04/AppIPTransform/AppIPTransform.dsp
Chapter04/AppIPTransform/AppIPTransform.h
Chapter04/AppIPTransform/AppIPTransform.rc
Chapter04/AppIPTransform/AppIPTransformDoc.cpp
Chapter04/AppIPTransform/AppIPTransformDoc.h
Chapter04/AppIPTransform/AppIPTransformView.cpp
Chapter04/AppIPTransform/AppIPTransformView.h
Chapter04/AppIPTransform/IPFilter.cpp
Chapter04/AppIPTransform/IPFilter.h
Chapter04/AppIPTransform/MainFrm.cpp
Chapter04/AppIPTransform/MainFrm.h
Chapter04/AppIPTransform/resource.h
Chapter04/AppIPTransform/res/AppIPTransform.ico
Chapter04/AppIPTransform/res/AppIPTransform.rc2
Chapter04/AppIPTransform/res/AppIPTransformDoc.ico
Chapter04/AppIPTransform/StdAfx.cpp
Chapter04/AppIPTransform/StdAfx.h
Chapter04/DsDemo/DsDemo.aps
Chapter04/DsDemo/DsDemo.cpp
Chapter04/DsDemo/DsDemo.dsp
Chapter04/DsDemo/DsDemo.h
Chapter04/DsDemo/DsDemo.rc
Chapter04/DsDemo/DsDemoDlg.cpp
Chapter04/DsDemo/DsDemoDlg.h
Chapter04/DsDemo/Resource.h
Chapter04/DsDemo/res/DsDemo.ico
Chapter04/DsDemo/res/DsDemo.rc2
Chapter04/DsDemo/StdAfx.cpp
Chapter04/DsDemo/StdAfx.h
Chapter04/FilterTitleOverlay/CAutoFont.cpp
Chapter04/FilterTitleOverlay/CAutoFont.h
Chapter04/FilterTitleOverlay/CBasePixel.cpp
Chapter04/FilterTitleOverlay/CBasePixel.h
Chapter04/FilterTitleOverlay/CFilterTitleOverlay.cpp
Chapter04/FilterTitleOverlay/CFilterTitleOverlay.h
Chapter04/FilterTitleOverlay/COverlayController.cpp
Chapter04/FilterTitleOverlay/COverlayController.h
Chapter04/FilterTitleOverlay/CPixelRGB24.cpp
Chapter04/FilterTitleOverlay/CPixelRGB24.h
Chapter04/FilterTitleOverlay/CPixelRGB32.cpp
Chapter04/FilterTitleOverlay/CPixelRGB32.h
Chapter04/FilterTitleOverlay/CPixelRGB555.cpp
Chapter04/FilterTitleOverlay/CPixelRGB555.h
Chapter04/FilterTitleOverlay/CPixelRGB565.cpp
Chapter04/FilterTitleOverlay/CPixelRGB565.h
Chapter04/FilterTitleOverlay/CPixelRGB8.cpp
Chapter04/FilterTitleOverlay/CPixelRGB8.h
Chapter04/FilterTitleOverlay/CScrollController.cpp
Chapter04/FilterTitleOverlay/CScrollController.h
Chapter04/FilterTitleOverlay/CSysTimeOverlayController.cpp
Chapter04/FilterTitleOverlay/CSysTimeOverlayController.h
Chapter04/FilterTitleOverlay/CTitleOverlayProp.cpp
Chapter04/FilterTitleOverlay/CTitleOverlayProp.h
Chapter04/FilterTitleOverlay/FilterGraph1.jpg
Chapter04/FilterTitleOverlay/FilterTitleOverlay.def
Chapter04/FilterTitleOverlay/FilterTitleOverlay.dsp
Chapter04/FilterTitleOverlay/FilterTitleOverlay.rc
Chapter04/FilterTitleOverlay/ITitleOverlay.h
Chapter04/FilterTitleOverlay/OverlayDefs.h
Chapter04/FilterTitleOverlay/resource.h
Chapter05/GraphBuilding/GraphBuilding.cpp
Chapter05/GraphBuilding/GraphBuilding.dsp
Chapter05/GraphBuilding/GraphBuilding.h
Chapter05/GraphBuilding/GraphBuilding.rc
Chapter05/GraphBuilding/GraphBuildingDlg.cpp
Chapter05/GraphBuilding/GraphBuildingDlg.h
Chapter05/GraphBuilding/Resource.h
Chapter05/GraphBuilding/res/GraphBuilding.ico
Chapter05/GraphBuilding/res/GraphBuilding.rc2
Chapter05/GraphBuilding/StdAfx.cpp
Chapter05/GraphBuilding/StdAfx.h
Chapter05/SimplePlayer/CDXGraph.cpp
Chapter05/SimplePlayer/CDXGraph.h
Chapter05/SimplePlayer/Resource.h
Chapter05/SimplePlayer/res/SimplePlayer.ico
Chapter05/SimplePlayer/res/SimplePlayer.rc2
Chapter05/SimplePlayer/SimplePlayer.aps
Chapter05/SimplePlayer/SimplePlayer.cpp
Chapter05/SimplePlayer/SimplePlayer.dsp
Chapter05/SimplePlayer/SimplePlayer.h
Chapter05/SimplePlayer/SimplePlayer.rc
Chapter05/SimplePlayer/SimplePlayerDlg.cpp
Chapter05/SimplePlayer/SimplePlayerDlg.h
Chapter05/SimplePlayer/StdAfx.cpp
Chapter05/SimplePlayer/StdAfx.h
Chapter07/DsDemo/Debug/DsDemo.res
Chapter07/DsDemo/Debug/StdAfx.obj
Chapter07/DsDemo/Debug/vc60.pdb
Chapter07/DsDemo/DeviceController.cpp
Chapter07/DsDemo/DeviceController.h
Chapter07/DsDemo/DsDemo.aps
Chapter07/DsDemo/DsDemo.cpp
Chapter07/DsDemo/DsDemo.dsp
Chapter07/DsDemo/DsDemo.dsw
Chapter07/DsDemo/DsDemo.h
Chapter07/DsDemo/DsDemo.ncb
Chapter07/DsDemo/DsDemo.opt
Chapter07/DsDemo/DsDemo.plg
Chapter07/DsDemo/DsDemo.rc
Chapter07/DsDemo/DsDemoDlg.cpp
Chapter07/DsDemo/DsDemoDlg.h
Chapter07/DsDemo/Resource.h
Chapter07/DsDemo/res/DsDemo.ico
Chapter07/DsDemo/res/DsDemo.rc2
Chapter07/DsDemo/StdAfx.cpp
Chapter07/DsDemo/StdAfx.h
Chapter09/DESCallback/CDXGraph.cpp
Chapter09/DESCallback/CDXGraph.h
Chapter09/DESCallback/CGraphBuilderCB.cpp
Chapter09/DESCallback/CGraphBuilderCB.h
Chapter09/DESCallback/CSupported.cpp
Chapter09/DESCallback/CSupported.h
Chapter09/DESCallback/DESCallback.cpp
Chapter09/DESCallback/DESCallback.dsp
Chapter09/DESCallback/DESCallback.h
Chapter09/DESCallback/DESCallback.rc
Chapter09/DESCallback/DESCallbackDlg.cpp
Chapter09/DESCallback/DESCallbackDlg.h
Chapter09/DESCallback/resource.h
Chapter09/DESCallback/res/DESCallback.ico
Chapter09/DESCallback/res/DESCallback.rc2
Chapter09/DESCallback/StdAfx.cpp
Chapter09/DESCallback/StdAfx.h
Chapter18/MpegNetwork/Basic/CListenSocket.cpp
Chapter18/MpegNetwork/Basic/CListenSocket.h
Chapter18/MpegNetwork/Basic/CLocalMachine.cpp
Chapter18/MpegNetwork/Basic/CLocalMachine.h
Chapter18/MpegNetwork/Basic/CWorkerSocket.cpp
Chapter18/MpegNetwork/Basic/CWorkerSocket.h
Chapter18\MpegNetwork\Builds\Debug\
Ch
Chapter04/AppIPTransform/AppIPTransform.dsp
Chapter04/AppIPTransform/AppIPTransform.h
Chapter04/AppIPTransform/AppIPTransform.rc
Chapter04/AppIPTransform/AppIPTransformDoc.cpp
Chapter04/AppIPTransform/AppIPTransformDoc.h
Chapter04/AppIPTransform/AppIPTransformView.cpp
Chapter04/AppIPTransform/AppIPTransformView.h
Chapter04/AppIPTransform/IPFilter.cpp
Chapter04/AppIPTransform/IPFilter.h
Chapter04/AppIPTransform/MainFrm.cpp
Chapter04/AppIPTransform/MainFrm.h
Chapter04/AppIPTransform/resource.h
Chapter04/AppIPTransform/res/AppIPTransform.ico
Chapter04/AppIPTransform/res/AppIPTransform.rc2
Chapter04/AppIPTransform/res/AppIPTransformDoc.ico
Chapter04/AppIPTransform/StdAfx.cpp
Chapter04/AppIPTransform/StdAfx.h
Chapter04/DsDemo/DsDemo.aps
Chapter04/DsDemo/DsDemo.cpp
Chapter04/DsDemo/DsDemo.dsp
Chapter04/DsDemo/DsDemo.h
Chapter04/DsDemo/DsDemo.rc
Chapter04/DsDemo/DsDemoDlg.cpp
Chapter04/DsDemo/DsDemoDlg.h
Chapter04/DsDemo/Resource.h
Chapter04/DsDemo/res/DsDemo.ico
Chapter04/DsDemo/res/DsDemo.rc2
Chapter04/DsDemo/StdAfx.cpp
Chapter04/DsDemo/StdAfx.h
Chapter04/FilterTitleOverlay/CAutoFont.cpp
Chapter04/FilterTitleOverlay/CAutoFont.h
Chapter04/FilterTitleOverlay/CBasePixel.cpp
Chapter04/FilterTitleOverlay/CBasePixel.h
Chapter04/FilterTitleOverlay/CFilterTitleOverlay.cpp
Chapter04/FilterTitleOverlay/CFilterTitleOverlay.h
Chapter04/FilterTitleOverlay/COverlayController.cpp
Chapter04/FilterTitleOverlay/COverlayController.h
Chapter04/FilterTitleOverlay/CPixelRGB24.cpp
Chapter04/FilterTitleOverlay/CPixelRGB24.h
Chapter04/FilterTitleOverlay/CPixelRGB32.cpp
Chapter04/FilterTitleOverlay/CPixelRGB32.h
Chapter04/FilterTitleOverlay/CPixelRGB555.cpp
Chapter04/FilterTitleOverlay/CPixelRGB555.h
Chapter04/FilterTitleOverlay/CPixelRGB565.cpp
Chapter04/FilterTitleOverlay/CPixelRGB565.h
Chapter04/FilterTitleOverlay/CPixelRGB8.cpp
Chapter04/FilterTitleOverlay/CPixelRGB8.h
Chapter04/FilterTitleOverlay/CScrollController.cpp
Chapter04/FilterTitleOverlay/CScrollController.h
Chapter04/FilterTitleOverlay/CSysTimeOverlayController.cpp
Chapter04/FilterTitleOverlay/CSysTimeOverlayController.h
Chapter04/FilterTitleOverlay/CTitleOverlayProp.cpp
Chapter04/FilterTitleOverlay/CTitleOverlayProp.h
Chapter04/FilterTitleOverlay/FilterGraph1.jpg
Chapter04/FilterTitleOverlay/FilterTitleOverlay.def
Chapter04/FilterTitleOverlay/FilterTitleOverlay.dsp
Chapter04/FilterTitleOverlay/FilterTitleOverlay.rc
Chapter04/FilterTitleOverlay/ITitleOverlay.h
Chapter04/FilterTitleOverlay/OverlayDefs.h
Chapter04/FilterTitleOverlay/resource.h
Chapter05/GraphBuilding/GraphBuilding.cpp
Chapter05/GraphBuilding/GraphBuilding.dsp
Chapter05/GraphBuilding/GraphBuilding.h
Chapter05/GraphBuilding/GraphBuilding.rc
Chapter05/GraphBuilding/GraphBuildingDlg.cpp
Chapter05/GraphBuilding/GraphBuildingDlg.h
Chapter05/GraphBuilding/Resource.h
Chapter05/GraphBuilding/res/GraphBuilding.ico
Chapter05/GraphBuilding/res/GraphBuilding.rc2
Chapter05/GraphBuilding/StdAfx.cpp
Chapter05/GraphBuilding/StdAfx.h
Chapter05/SimplePlayer/CDXGraph.cpp
Chapter05/SimplePlayer/CDXGraph.h
Chapter05/SimplePlayer/Resource.h
Chapter05/SimplePlayer/res/SimplePlayer.ico
Chapter05/SimplePlayer/res/SimplePlayer.rc2
Chapter05/SimplePlayer/SimplePlayer.aps
Chapter05/SimplePlayer/SimplePlayer.cpp
Chapter05/SimplePlayer/SimplePlayer.dsp
Chapter05/SimplePlayer/SimplePlayer.h
Chapter05/SimplePlayer/SimplePlayer.rc
Chapter05/SimplePlayer/SimplePlayerDlg.cpp
Chapter05/SimplePlayer/SimplePlayerDlg.h
Chapter05/SimplePlayer/StdAfx.cpp
Chapter05/SimplePlayer/StdAfx.h
Chapter07/DsDemo/Debug/DsDemo.res
Chapter07/DsDemo/Debug/StdAfx.obj
Chapter07/DsDemo/Debug/vc60.pdb
Chapter07/DsDemo/DeviceController.cpp
Chapter07/DsDemo/DeviceController.h
Chapter07/DsDemo/DsDemo.aps
Chapter07/DsDemo/DsDemo.cpp
Chapter07/DsDemo/DsDemo.dsp
Chapter07/DsDemo/DsDemo.dsw
Chapter07/DsDemo/DsDemo.h
Chapter07/DsDemo/DsDemo.ncb
Chapter07/DsDemo/DsDemo.opt
Chapter07/DsDemo/DsDemo.plg
Chapter07/DsDemo/DsDemo.rc
Chapter07/DsDemo/DsDemoDlg.cpp
Chapter07/DsDemo/DsDemoDlg.h
Chapter07/DsDemo/Resource.h
Chapter07/DsDemo/res/DsDemo.ico
Chapter07/DsDemo/res/DsDemo.rc2
Chapter07/DsDemo/StdAfx.cpp
Chapter07/DsDemo/StdAfx.h
Chapter09/DESCallback/CDXGraph.cpp
Chapter09/DESCallback/CDXGraph.h
Chapter09/DESCallback/CGraphBuilderCB.cpp
Chapter09/DESCallback/CGraphBuilderCB.h
Chapter09/DESCallback/CSupported.cpp
Chapter09/DESCallback/CSupported.h
Chapter09/DESCallback/DESCallback.cpp
Chapter09/DESCallback/DESCallback.dsp
Chapter09/DESCallback/DESCallback.h
Chapter09/DESCallback/DESCallback.rc
Chapter09/DESCallback/DESCallbackDlg.cpp
Chapter09/DESCallback/DESCallbackDlg.h
Chapter09/DESCallback/resource.h
Chapter09/DESCallback/res/DESCallback.ico
Chapter09/DESCallback/res/DESCallback.rc2
Chapter09/DESCallback/StdAfx.cpp
Chapter09/DESCallback/StdAfx.h
Chapter18/MpegNetwork/Basic/CListenSocket.cpp
Chapter18/MpegNetwork/Basic/CListenSocket.h
Chapter18/MpegNetwork/Basic/CLocalMachine.cpp
Chapter18/MpegNetwork/Basic/CLocalMachine.h
Chapter18/MpegNetwork/Basic/CWorkerSocket.cpp
Chapter18/MpegNetwork/Basic/CWorkerSocket.h
Chapter18\MpegNetwork\Builds\Debug\
Ch
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.