[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)
Sets up the graph, including adding filters and connecting them.
Namespace: KvTv.DirectShow.Windows.Forms
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub Render |
| C# |
|---|
public void Render () |
| Visual C++ |
|---|
public: virtual void Render () sealed |
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. |