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

Provides recording to ASF files.

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

Syntax

Visual Basic (Declaration)
Public Class AsfRecorder _
	Inherits FileRecorderBase _
	Implements ISourceGraph, ISinkGraph, IGraph
C#
public class AsfRecorder : FileRecorderBase, ISourceGraph, ISinkGraph, IGraph
Visual C++
public ref class AsfRecorder : public FileRecorderBase, ISourceGraph, ISinkGraph, IGraph

Inheritance Hierarchy

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