搜索资源列表
DirectShowKAIFAZHINAN_Chapter05
- 《DirectShow开发指南》 范例源代码,Chapter05:第5章用到的代码,其中GraphBuilding为Filter Graph构建技术 的一些代码,SimplePlayer为一个简单的播放器例子。 -"DirectShow Development Guide" paradigm source code, Chapter05 : Chapter 5 to use the code, which GraphBuilding Graph Filter Cons
DirectShow_PID
- PID是一种COM组件。它一般实现了一个标准的Filter Graph Manager不支持的接口,并被Filter Graph Manager运行时聚合使用。-PID is a COM. It generally achieve a standard Graph Filter Manager does not support the interface, Graph Filter Manager was running polymerization use.
SampGrabCB
- Desc: DirectShow sample code - C++ console application demonstrating use of the IMediaDet interface to create a graph that contains a sample grabber filter. It shows how to use the sample grabber and a COM object callback to display informa
CH08-1
- Direct初级进阶,主要是driectdraw图形入门-Direct primary enters the step, mainly is the driectdraw graph crosses the threshold
Directshow_SDK_Notes
- directshow的学习笔记:主要 介绍了directshow的基础/应用(如构建Graph,音视频的捕捉等)/基类/接口等
DirectShow
- DirectShow应用开发案例,第4章用到的代码,其中AppIPTransform为MFC Filter的例子,DsDemo是一些演示代码FilterTitleOverlay是字符叠加Filter的源代码。 第5章用到的代码,其中GraphBuilding为Filter Graph构建技术的一些代码,SimplePlayer为一个简单的播放器例子。 第7章用到的代码,其中DsDemo是一些演示代码。 第9章用到的代码,其中DESCallback演示了控制DirectShow智能
AudioCapure
- Dshow 开发的一个强大的语音处理器 能够播放G.72X,MPEG-2 MP3 wma 等格式 学习使用graph,创建并添加Filter
PlayCap
- Simple capture application. This application creates a preview window for the first video capture device that it locates on the user s system (if any). It demonstrates a simple example of using the ICaptureGraphBuilder2 and ICreateDevEnum interf
DVApp
- The DVApp application supports the following modes: Preview: Renders DV from the camcorder to a video window. DV to type-1 file: Captures DV data from the camcorder to a type-1 DV file. Type-1 file to DV: Transmits data from a type-1 DV f
elecard_encoder
- 从注册表根据clsid 生成 elecard编码器, 既而生成符合direcdtshow 模型的graph-create an elecard encoder from register , then get a filter graph meeting for directshow model
D2DVideoRenderer
- 使用DirectShow开发的个小东东,使用Visual Studio 2010 在Windows 7编译并测试通过。-This is about DirectShow development in general and filters development in detail. I decided to share the knowledge and experience in this area so there will be a simple tutorial for develop
DirectShow-src
- DirectShow开发指南》源码 Chapter04:第4章用到的代码,其中AppIPTransform为MFC Filter的例子, DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。 Chapter05:第5章用到的代码,其中GraphBuilding为Filter Graph构建技 术的一些代码,SimplePlayer为一个简单的播放器例子。 Chapter07:第7章用到的代码,其中DsDemo是一些演示代码。
StudyConnectFilter
- 本程序演示了如何在Graph中加入自己指定的Filter,也可以通过枚举来得到系统中的符合自己需求的Filter,并演示了如何将这些Filter连接起来,非常适合初学DirectX者学习。-This procedure demonstrates how to add their own at Graph designated Filter, can also be obtained through the enumeration system to their needs in line wit
DirectShow_Wapper
- 开发DirectShow程序时,需要用到的封装类,对Pin,Filter,及Graph的管理进行了封装-DirectShow development process, necessary to use the package category, for the Pin, Filter, and the management of Graph package
BroadcastDriverArchitecture
- 该程序演示了如何在dircct9构建filter graph,开发基于数字电视调节卡的应用程序。-The program demonstrates how dircct9 Construction filter graph, the development of digital television based on the regulation of card applications.
DSGraphEditDemo
- Another DirectShow filter graph editor
DSGraphEditSrc
- Another DirectShow filter graph editor source code
FG
- DirectShow filter graph delgator utility
GrabBitmaps
- Improved DirectShow sample code - GrabBitmaps sample. This console app will open a long AVI file in the parent directory,create a filter graph with a sample grabber filter, read frames out of it every second for a few seconds, and write the frames
BGMusic
- This sample shows how to swap source filters in a filter graph.