Managed DirectShow Programming Reference

VideoWindowPullSink Class

[This is preliminary documentation and subject to change.]

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

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

System.Object
   MarshalByRefObject
      Component
         SinkComponentBase
            VideoWindowSinkBase
               VideoWindowPullSink

public class VideoWindowPullSink : 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

The sink uses a DirectShow filter graph manager, so it supports any kind of stream the system has decoders for.

Requirements

Namespace: KvTv.DirectShow.Components

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

See Also

VideoWindowPullSink Members | KvTv.DirectShow.Components Namespace | OnRender