Managed DirectShow Programming Reference

FileRecorderBase. Method 

[This is preliminary documentation and subject to change.]

Records stream contents to a file.

public void (
   String what
);

Parameters

String
A designation of what is to be recorded, e.g. the title of a show.

Implements

IRecordable.

Exceptions

Exception Type Condition
InvalidOperationException The current instance has not been properly initialized or it is already recording.
IOException RecordingDirectory is not a valid directory.

See Also

FileRecorderBase Class | KvTv.DirectShow.Components Namespace