[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 performs final setup of the Manager and the filter after the calls to Render(Pin) and before the calls to Run().
Namespace: KvTv.DirectShow.Windows.Forms
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overridable Sub Postrender |
| C# |
|---|
public virtual void Postrender () |
| Visual C++ |
|---|
public: virtual void Postrender () |
Exceptions
| Exception | Condition |
|---|---|
| System.InvalidOperationException | The manager has not been set - or - Prerender() has not been called - or - Postrender() has already been called while this manager was assigned to the window. |