文档介绍: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