Class ALOggLogger.TALOggLogger
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''' OggLogger : [[Class LPComponent.TLPComponent|Mitov.AudioLab.Component]] |
</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: ALOggLogger
Inherits: TLPComponent
Contents |
Syntax
Delphi:
type TALOggLogger = class( TLPComponent )
C++ Builder:
class TALOggLogger : public TLPComponent
Visual C++ (MFC):
class CTALOggLogger : public CTLPComponent
C# (.NET):
public ref class OggLogger : Mitov.AudioLab.Component
Summary
Records the audio to Ogg file.
Description
Ogg format audio logger. Takes already compressed data and packages it in Ogg format structures. Use thsi component with combination of Ogg compatible compressors such as TALVorbisCompressor.
Diagram:
Properties
Published
Methods
Public
- procedure Close() - Closes the recorded file.
Pins
- InputPin - The Audio Input Pin of the Logger.