Class ALRawLogger.TALRawLogger
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(One intermediate revision by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' RawLogger : [[Class ALCommonLogger.TALCommonLogger|Mitov.AudioLab.CommonLogger]] |
</code> | </code> | ||
== Summary == | == Summary == |
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: 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 RawLogger : 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