[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 overriden in a base class, sets up the graph, including adding filters and connecting them.
Namespace: KvTv.DirectShow.Components
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Protected MustOverride Function OnRender As IEnumerable(Of Pin) |
| C# |
|---|
protected abstract IEnumerable<Pin> OnRender () |
| Visual C++ |
|---|
protected: virtual IEnumerable<Pin^>^ OnRender () abstract |
Return Value
The output Pin of the source.
Exceptions
| Exception | Condition |
|---|---|
| System.InvalidOperationException | OnRender() has already been called on this graph - or - the graph has not been configured properly. |