Managed DirectShow Programming Reference

ISourceGraph. Method 

[This is preliminary documentation and subject to change.]

Sets up the graph, including adding filters and connecting them.

SourceGraphOutput ();

Return Value

The SourceGraphOutput defining the output of the source.

Exceptions

Exception Type Condition
InvalidOperationException Render has already been called on this graph - or - the graph has not been configured properly.
GraphRenderException The needed filters could not be created or added or the filters could not be connected.

See Also

ISourceGraph Interface | KvTv.DirectShow.Components Namespace