Class ALCommonLogger.TALCommonLogger
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 47: | Line 47: | ||
== Pins == | == Pins == | ||
*[[Pin ALCommonLogger.TALCommonLogger.InputPin|InputPin]] - The Audio Input Pin of the Logger. | *[[Pin ALCommonLogger.TALCommonLogger.InputPin|InputPin]] - The Audio Input Pin of the Logger. | ||
− | |||
== From [[Class SLCommonFilter.TSLBasicThreadedEnableFilter|TSLBasicThreadedEnableFilter]] == | == From [[Class SLCommonFilter.TSLBasicThreadedEnableFilter|TSLBasicThreadedEnableFilter]] == | ||
Line 55: | Line 54: | ||
=== Published === | === Published === | ||
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | *[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | ||
− | |||
− | |||
− | |||
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == | == From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == |
Revision as of 20:30, 10 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.