Class ALCommonLogger.TALCommonLogger
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 02:45, 11 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: AudioLabEssentialPkg
Unit: ALCommonLogger
Inherits: TSLBasicThreadedEnableFilter
Contents |
Syntax
Delphi:
type TALCommonLogger = class( TSLBasicThreadedEnableFilter )
C++ Builder:
class TALCommonLogger : public TSLBasicThreadedEnableFilter
Visual C++ (MFC):
class CTALCommonLogger : public CTSLBasicThreadedEnableFilter
C# (.NET):
public ref class TALCommonLogger : Mitov.AudioLab.BasicThreadedEnableFilter
Summary
Basic abstract class for non DirectShow audio loggers.
Description
Abstract common base class for all the non DirectShow audio loggers.
Properties
Published
- FileName - Name of the file to be Recorded.
Methods
Public
- procedure Close() - Closes the file being recorded, and closes any drivers associated with it.
Pins
- InputPin - The Audio Input Pin of the Logger.