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

Provides a base class for all Components based on FilterGraphManagers.

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

Syntax

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

Inheritance Hierarchy