[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)
Attaches an Mpeg2PushingDemultiplexerFilter to the output teeInputPin in the Pins collection of the output and calls RenderVideo(SourceGraphOutput) with the outputs of the demultiplexer.
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 | There are no or multiple pins in the Pins collection of the output - or - the stream is not the needed filters could not be created or added or the filters could not be connected. |