Microsoft Windows CE 3.0  

The Filter Graph

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.

Whenever a media file or stream is played, recorded, captured, broadcast, or processed in any way, it is done by means of connecting one or more filters together in a configuration called a filter graph. The graph-building process can be done manually by an application or automatically by the Graph Builder or Filter Graph Manager. In either case the process usually begins with the source filter and is always based on two main factors: the number of streams and their media types that a filter expects as input, and the number of streams and their media types that it outputs.

For example, consider a simple filter graph for playing back an AVI file with compressed video. A source filter, File Source (Async), would read the bytes from the file and pass them on to the AVI Splittervideo compression scheme, parse the data into time-stamped media samples, and pass the video samples downstream to the AVI Decompressor. For video, each sample contains one frame of video. The AVI Decompressor would find the correct codec to decompress the samples and pass the decompressed video frames to the video renderer filter, which will display the video on the computer screen. Because the audio samples are not compressed, the AVI Splitter can connect directly to the DirectSound Audio Renderer.



 Last updated on Tuesday, May 18, 2004

© 2004 Microsoft Corporation. All rights reserved.