Class ALRawLogger.TALRawLogger
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 23:53, 25 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: AudioLabPkg
Unit: ALRawLogger
Inherits: TALCommonLogger
Contents |
Syntax
Delphi:
type TALRawLogger = class( TALCommonLogger )
C++ Builder:
class TALRawLogger : public TALCommonLogger
Visual C++ (MFC):
class CTALRawLogger : public CTALCommonLogger
C# (.NET):
public ref class TALRawLogger : Mitov.AudioLab.CommonLogger
Summary
Records Raw (unformatted) audio data.
Description
Use this component to record Raw (unformatted) audio data. This component is usually used after the audio is compressed in order to record it without additional wrappers, such as Wave wrapper.
Diagram:
Properties
Published
- Compressions - Collection of compressions.
- FileName