Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This topic provides a high-level overview of the elements that make up DirectShow filter graphs. It is intended as an introduction for developers who will write their own custom DirectShow filters, and also for DirectShow application developers who want to know something of what is going on behind the scenes when their application uses DirectShow. It is important to understand, however, that applications often have no need to deal with the inner workings of a DirectShow filter graph; in most situations the details such as adding filters, connecting pins, setting a synchronization source, and so on, are handled automatically by the Filter Graph Manager and by the filters and pins themselves.

The following topics provide details about the elements of a filter graph:

See Also