[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Namespace: KvTv.DirectShow.Components
Assembly:   KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

Syntax

Visual Basic (Declaration)
Function Render As SourceGraphOutput
C#
SourceGraphOutput Render ()
Visual C++
SourceGraphOutput Render ()

Return Value

The SourceGraphOutput defining the output of the source.

Exceptions

ExceptionCondition
System.InvalidOperationExceptionRender has already been called on this graph - or - the graph has not been configured properly.
KvTv.DirectShow.Components.GraphRenderExceptionThe needed filters could not be created or added or the filters could not be connected.