Managed DirectShow Programming Reference

SourceGraphComponentBase. Method 

[This is preliminary documentation and subject to change.]

When overriden in a base class, sets up the graph, including adding filters and connecting them.

protected abstract IEnumerable<T> ();

Return Value

The output Pin of the source.

Exceptions

Exception Type Condition
InvalidOperationException OnRender() has already been called on this graph - or - the graph has not been configured properly.

See Also

SourceGraphComponentBase Class | KvTv.DirectShow.Components Namespace