[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)
Calls OnRender(SourceGraphOutput) followed by RenderVideo(SourceGraphOutput).
Namespace: KvTv.DirectShow.Components
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub OnRender ( _ output As SourceGraphOutput _ ) |
| C# |
|---|
protected override void OnRender ( SourceGraphOutput output ) |
| Visual C++ |
|---|
protected: virtual void OnRender ( SourceGraphOutput output ) override |
Parameters
- output
- KvTv.DirectShow.Components.SourceGraphOutput
The output of the source graph.
Exceptions
| Exception | Condition |
|---|---|
| System.InvalidOperationException | Render has already been called on this graph - or - the graph has not been configured properly. |
| KvTv.DirectShow.Components.GraphRenderException | The needed filters could not be created or added or the filters could not be connected. |