To build a filter graph manually, perform the following steps.
See Also
Connect two filters by dragging the mouse from an output pin to an input pin. If the pins reject the connection, GraphEdit displays a dialog box with an error message.
If the Intelligent Connect option is turned on, GraphEdit automatically adds any intermediate filters needed to complete the connection. This is equivalent to calling the IGraphBuiler::Connect method. If Intelligent Connect is turned off, GraphEdit attempts to connect the pins directly. This is equivalent to calling the IFilterGraph::ConnectDirect method.
Instead of connecting two pins, you can render an output pin. When you render a pin, GraphEdit adds the necessary downstream filters and connects them. This is equivalent to calling the IGraphBuilder::Render method.
To render an output pin, perform the following steps.