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

Provides an abstract base class for ISinkGraph components.

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

Syntax

Visual Basic (Declaration)
Public MustInherit Class SinkComponentBase _
	Inherits Component _
	Implements ISinkGraph, IGraph
C#
public abstract class SinkComponentBase : Component, ISinkGraph, IGraph
Visual C++
public ref class SinkComponentBase abstract : public Component, ISinkGraph, IGraph

Inheritance Hierarchy