Hello,
I read your article on http://www.codeproject.com/KB/audio-
video/Tanvon_DirectShowFilters.aspx in which you have mentioned:
Filter graph manager supports the following ways,
* Filter Graph Manager Builds the entire graph.
* Filter Graph Manager Builds the partial graph.
* The application builds the entire graph.
And you have used "Filter Graph Manager Builds the entire graph"
approach.
I would like to know that how the other 2 approches work, would you
please elaborate them as well.
My working environment is C# and I am using DirectShowLib-2005.dll.
Thanks