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

When overridden in a base class, validates the output, e.g. checks that the output pins are compatible.

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

Syntax

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

Parameters

output
KvTv.DirectShow.Components.SourceGraphOutput

Exceptions

ExceptionCondition
KvTv.DirectShow.Components.GraphRenderExceptionThe needed filters could not be created or added or the filters could not be connected.