Class ALCommonLogger.TALCommonLogger
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				|  (Automated Syncronization with Documentation) |  (Automated Syncronization with Documentation) | ||
| (6 intermediate revisions by one user not shown) | |||
| Line 26: | Line 26: | ||
| === C# (.NET): === | === C# (.NET): === | ||
| <code> | <code> | ||
| − | '''public ref class'''  | + | '''public ref class''' CommonLogger : [[Class SLCommonFilter.TSLBasicThreadedEnableFilter|Mitov.AudioLab.BasicThreadedEnableFilter]] | 
| </code> | </code> | ||
| == Summary == | == Summary == | ||
| 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]] == | ||
Latest revision as of 00:30, 26 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 CommonLogger : 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.
