Managed DirectShow Programming Reference

VideoWindowPushSink. Method 

[This is preliminary documentation and subject to change.]

Attaches an Mpeg2PushingDemultiplexerFilter to the output teeInputPin in the Pins collection of the output and calls RenderVideo with the outputs of the demultiplexer.

protected override void (
   SourceGraphOutput output
);

Parameters

SourceGraphOutput
The output of the source graph.

Exceptions

Exception Type Condition
InvalidOperationException Render has already been called on this graph - or - the graph has not been configured properly.
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.

See Also

VideoWindowPushSink Class | KvTv.DirectShow.Components Namespace