[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 ISourceGraphs.

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

Syntax

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

Inheritance Hierarchy