Class ALDSCommonLogger.TALDSCommonLogger
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''' DSCommonLogger : [[Class ALCommonLogger.TALCommonLogger|Mitov.AudioLab.CommonLogger]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 66: | Line 66: | ||
== 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 74: | Line 73: | ||
=== 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: 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 DSCommonLogger : 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.