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

Adds a chain of filters to a specified output pin to render it.

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

Syntax

Visual Basic (Declaration)
Public Function Render ( _
	pinOut As Pin _
) As Boolean
C#
public bool Render (
	Pin pinOut
)
Visual C++
public:
virtual bool Render (
	Pin^ pinOut
) sealed

Parameters

pinOut
KvTv.DirectShow.Pin
IPin interface class on an output pin.

Return Value

true if the file can be rendered with out compromise, i.e. all streams in the file has been connected to a renderer, false otherwise.