Managed DirectShow Programming Reference

StreamBuffer. Method 

[This is preliminary documentation and subject to change.]

When overriden in a base class, prepares the filters for rendering.

protected virtual SourceGraphOutput (
   SourceGraphOutput output
);

Parameters

SourceGraphOutput
The output of the source graph.

Exceptions

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

See Also

StreamBuffer Class | KvTv.DirectShow.Components Namespace