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

Renders the stream defined by output to the Window by calling Render(Pin) on the Manager of the output on each of the Pins of the output.

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

Syntax

Visual Basic (Declaration)
Protected Sub RenderVideo ( _
	output As SourceGraphOutput _
)
C#
protected void RenderVideo (
	SourceGraphOutput output
)
Visual C++
protected:
void RenderVideo (
	SourceGraphOutput output
)

Parameters

output
KvTv.DirectShow.Components.SourceGraphOutput
The stream to render.