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

Provides a IPausable 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 PausingGraphComponentBase _
	Inherits GraphComponentBase _
	Implements IPausable
C#
public abstract class PausingGraphComponentBase : GraphComponentBase, IPausable
Visual C++
public ref class PausingGraphComponentBase abstract : public GraphComponentBase, IPausable

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      KvTv.DirectShow.Components.GraphComponentBase
        KvTv.DirectShow.Components.PausingGraphComponentBase
          KvTv.DirectShow.Components.FileSource