1 / 4
文档名称:

Tutorial - DirectShow Tutorial III.pdf

格式:pdf   页数:4
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Tutorial - DirectShow Tutorial III.pdf

上传人:kuo08091 2014/3/22 文件大小:0 KB

下载得到文件列表

Tutorial - DirectShow Tutorial III.pdf

文档介绍

文档介绍:flipCode - Tutorial - DirectShow Tutorial III orials/



Development News -
Development Tutorials -
Development Links - DirectShow For Media Playback In Windows
Industry Interviews - Part III: Customizing Graphs
Computer Book
Reviews -
Programming Contest - By Chris Thompson (aka Lightman)
FC Developer Desktops 13 September 2000
-
Read This Disclaimer
Introduction
Currently Active:
Ask MidNight - Q&A -
Theory & Practice - This installment of the DirectShow tutorial series will cover customizing filter graphs. There are many reasons why we
DirtyPunk's Column - might need to customize a filter graph. We may want to add a transform filter that will EQ our audio output, or add a
3D Geometry Primer -
Harmless Algorithms - color correction filter to our video output. Sometimes GraphBuilder just doesn't add the filter we want, so we need to
fiddle with things a bit to get the desired filter graph. This is also good for learning what actually goes on during filter
Complete / Closed: graph creation: how filters are added to a filter graph, how 2 filters are connected, etc.
Art Of Demomaking -
Fountain Of Knowledge
-
Network Programming -
Portal Engine Series -
Cool, It Works! - More Interfaces
Here's a rundown of the interfaces we will be using. More in depth descriptions can be found in the DirectShow
docu