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

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

Syntax

Visual Basic (Declaration)
Protected Overrides Sub OnRender ( _
	output As SourceGraphOutput _
)
C#
protected override void OnRender (
	SourceGraphOutput output
)
Visual C++
protected:
virtual void OnRender (
	SourceGraphOutput output
) override

Parameters

output
KvTv.DirectShow.Components.SourceGraphOutput
The output of the source graph.

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.