[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 pull mode to a !:VideoWindow.

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

Syntax

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

Remarks

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

Inheritance Hierarchy

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

See Also