[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Provides a ISinkGraph rendering a ISourceGraph in push mode to a !:VideoWindow.

Namespace: KvTv.DirectShow.Components
Assembly:   KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

Syntax

Visual Basic (Declaration)
Public Class VideoWindowPushSink _
	Inherits VideoWindowSinkBase _
	Implements ISinkGraph, IGraph
C#
public class VideoWindowPushSink : VideoWindowSinkBase, ISinkGraph, IGraph
Visual C++
public ref class VideoWindowPushSink : public VideoWindowSinkBase, ISinkGraph, IGraph

Remarks

A VideoWindowPushSink works like a VideoWindowPullSink except it adds a Mpeg2PushingDemultiplexerFilter after the source before it renders it. This in turn means that only MPEG2 transport streams are supported by this filter.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      KvTv.DirectShow.Components.SinkComponentBase
        KvTv.DirectShow.Components.VideoWindowSinkBase
          KvTv.DirectShow.Components.VideoWindowPushSink

See Also