[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)
Private Function KvTv.DirectShow.Components.ISourceGraph.Render As SourceGraphOutput Implements ISourceGraph.Render
C#
private SourceGraphOutput ISourceGraph.Render ()
Visual C++
private:
virtual SourceGraphOutput KvTv.DirectShow.Components.ISourceGraph.Render () sealed = ISourceGraph::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.