Jump to content

GraphEdit

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Daniel.Cardenas (talk | contribs) at 21:30, 12 September 2007 (External links: updated download link. One from digital digest is old and is not an official site.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

GraphEdit is a utility which is part of the Microsoft DirectShow SDK. It is a visual tool for building and testing filter graphs for DirectShow. Filters are displayed as boxes, with a text caption showing the name of the filter. Pins appear as small squares along the edge of the filter. Input pins are shown on the left side of the filter, and output pins are on the right side of the filter. A pin connection appears as an arrow connecting the output pin to the input pin. GraphEdit can automatically build a filter graph that plays a file.

See also