Managed DirectShow Programming Reference

VideoWindowPushSink Class

[This is preliminary documentation and subject to change.]

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

For a list of all members of this type, see VideoWindowPushSink Members.

System.Object
   MarshalByRefObject
      Component
         SinkComponentBase
            VideoWindowSinkBase
               VideoWindowPushSink

public class VideoWindowPushSink : VideoWindowSinkBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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.

Requirements

Namespace: KvTv.DirectShow.Components

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

See Also

VideoWindowPushSink Members | KvTv.DirectShow.Components Namespace | OnRender