Class ALOggLogger.TALOggLogger
From Mitov Wiki Doc
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 TALOggLogger : 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.