Class ALDSCommonLogger.TALDSCommonLogger
From Mitov Wiki Doc
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: ALDSCommonLogger
Inherits: TALCommonLogger
Contents |
Syntax
Delphi:
type TALDSCommonLogger = class( TALCommonLogger )
C++ Builder:
class TALDSCommonLogger : public TALCommonLogger
Visual C++ (MFC):
class CTALDSCommonLogger : public CTALCommonLogger
C# (.NET):
public ref class TALDSCommonLogger : Mitov.AudioLab.CommonLogger
Summary
Base abstract class for DirectShow audio logger components.
Description
Common base abstract class for the DirectShow audio logger components.
Properties
Published
- Graph - The DirectShow Graph.
Public
- CurrentTime - Current audio time recorded.
- CurrentSample - Current audio sample recorded.
Methods
Public
- procedure Close() - Closes the file being recorded, and closes any drivers associated with it.
Events
- OnProgress - Logger progress notification event.
From TALCommonLogger
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.