文件名称:DirectShow
介绍说明--下载内容来自于网络,使用问题请自行百度
* 内容提要:
本书以DirectX SDK 9.0版为蓝本,涉及的内容几乎涵盖了在Windows平台上使用DirectShow进行C++编码的方方面面。全书共分4个部分。第1部分详细介绍了DirectShow的基础知识。第2部分重点讨论了Filter的开发,以及DirectShow应用程序的开发,包括目前非常流行的如音视频采集、数码摄像机的支持、非线性编辑等应用。第3部深入分析了DirectShow SDK提供的部分典型源代码例子。第4部分结合作者个人的一些开发实践,通过案例和开放源码分析,进一步介绍DirectShow的实务应用。
本书以DirectX SDK 9.0版为蓝本,涉及的内容几乎涵盖了在Windows平台上使用DirectShow进行C++编码的方方面面。全书共分4个部分。第1部分详细介绍了DirectShow的基础知识。第2部分重点讨论了Filter的开发,以及DirectShow应用程序的开发,包括目前非常流行的如音视频采集、数码摄像机的支持、非线性编辑等应用。第3部深入分析了DirectShow SDK提供的部分典型源代码例子。第4部分结合作者个人的一些开发实践,通过案例和开放源码分析,进一步介绍DirectShow的实务应用。
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/AppIPTransform.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/AppIPTransform.dsp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/AppIPTransform.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/AppIPTransform.rc
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/AppIPTransformDoc.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/AppIPTransformDoc.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/AppIPTransformView.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/AppIPTransformView.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/IPFilter.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/IPFilter.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/MainFrm.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/MainFrm.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/res/AppIPTransform.ico
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/res/AppIPTransform.rc2
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/res/AppIPTransformDoc.ico
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/resource.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/StdAfx.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/StdAfx.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/DsDemo.aps
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/DsDemo.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/DsDemo.dsp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/DsDemo.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/DsDemo.rc
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/DsDemoDlg.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/DsDemoDlg.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/res/DsDemo.ico
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/res/DsDemo.rc2
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/Resource.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/StdAfx.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/StdAfx.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CAutoFont.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CAutoFont.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CBasePixel.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CBasePixel.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CFilterTitleOverlay.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CFilterTitleOverlay.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/COverlayController.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/COverlayController.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CPixelRGB24.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CPixelRGB24.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CPixelRGB32.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CPixelRGB32.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CPixelRGB555.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CPixelRGB555.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CPixelRGB565.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CPixelRGB565.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CPixelRGB8.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CPixelRGB8.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CScrollController.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CScrollController.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CSysTimeOverlayController.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CSysTimeOverlayController.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CTitleOverlayProp.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CTitleOverlayProp.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/FilterGraph1.jpg
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/FilterTitleOverlay.def
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/FilterTitleOverlay.dsp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/FilterTitleOverlay.rc
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/ITitleOverlay.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/OverlayDefs.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/resource.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter05/GraphBuilding/GraphBuilding.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter05/GraphBuilding/GraphBuilding.dsp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter05/GraphBuilding/GraphBuilding.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter05/GraphBuilding/GraphBuilding.rc
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter05/GraphBuilding/GraphBuildingDlg.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/C
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/AppIPTransform.dsp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/AppIPTransform.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/AppIPTransform.rc
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/AppIPTransformDoc.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/AppIPTransformDoc.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/AppIPTransformView.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/AppIPTransformView.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/IPFilter.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/IPFilter.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/MainFrm.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/MainFrm.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/res/AppIPTransform.ico
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/res/AppIPTransform.rc2
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/res/AppIPTransformDoc.ico
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/resource.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/StdAfx.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/AppIPTransform/StdAfx.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/DsDemo.aps
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/DsDemo.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/DsDemo.dsp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/DsDemo.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/DsDemo.rc
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/DsDemoDlg.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/DsDemoDlg.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/res/DsDemo.ico
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/res/DsDemo.rc2
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/Resource.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/StdAfx.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/DsDemo/StdAfx.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CAutoFont.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CAutoFont.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CBasePixel.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CBasePixel.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CFilterTitleOverlay.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CFilterTitleOverlay.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/COverlayController.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/COverlayController.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CPixelRGB24.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CPixelRGB24.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CPixelRGB32.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CPixelRGB32.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CPixelRGB555.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CPixelRGB555.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CPixelRGB565.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CPixelRGB565.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CPixelRGB8.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CPixelRGB8.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CScrollController.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CScrollController.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CSysTimeOverlayController.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CSysTimeOverlayController.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CTitleOverlayProp.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/CTitleOverlayProp.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/FilterGraph1.jpg
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/FilterTitleOverlay.def
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/FilterTitleOverlay.dsp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/FilterTitleOverlay.rc
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/ITitleOverlay.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/OverlayDefs.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter04/FilterTitleOverlay/resource.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter05/GraphBuilding/GraphBuilding.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter05/GraphBuilding/GraphBuilding.dsp
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter05/GraphBuilding/GraphBuilding.h
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter05/GraphBuilding/GraphBuilding.rc
DirectShow开发指南及代码/DirectShow开发指南源码/Chapter05/GraphBuilding/GraphBuildingDlg.cpp
DirectShow开发指南及代码/DirectShow开发指南源码/C
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.