Class ALRawLogger.TALRawLogger
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions 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 == | ||
Line 38: | Line 38: | ||
in order to record it without additional wrappers, such as | in order to record it without additional wrappers, such as | ||
Wave wrapper. | Wave wrapper. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:ALRawLogger_Preview.png]] | ||
== Properties == | == Properties == | ||
Line 43: | Line 49: | ||
=== Published === | === Published === | ||
*[[Property ALRawLogger.TALRawLogger.Compressions|Compressions]] - Collection of compressions. | *[[Property ALRawLogger.TALRawLogger.Compressions|Compressions]] - Collection of compressions. | ||
+ | *[[Property ALRawLogger.TALRawLogger.FileName|FileName]] | ||
== From [[Class ALCommonLogger.TALCommonLogger|TALCommonLogger]] == | == From [[Class ALCommonLogger.TALCommonLogger|TALCommonLogger]] == | ||
Line 58: | Line 65: | ||
== Pins == | == Pins == | ||
*[[Pin ALCommonLogger.TALCommonLogger.InputPin|InputPin]] | *[[Pin ALCommonLogger.TALCommonLogger.InputPin|InputPin]] | ||
− | |||
== From [[Class SLCommonFilter.TSLBasicThreadedEnableFilter|TSLBasicThreadedEnableFilter]] == | == From [[Class SLCommonFilter.TSLBasicThreadedEnableFilter|TSLBasicThreadedEnableFilter]] == | ||
Line 66: | Line 72: | ||
=== 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: 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