[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
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
Exceptions
| Exception | Condition |
|---|---|
| KvTv.DirectShow.Components.GraphRenderException | The needed filters could not be created or added or the filters could not be connected. |