[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 IRecordable components that records to files.

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

Syntax

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

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      KvTv.DirectShow.Components.FileRecorderBase
        KvTv.DirectShow.Components.AsfRecorder
        KvTv.DirectShow.Components.Mpeg2Recorder