Class ALAudioCompressor.TALAudioCompressor
(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: ALAudioCompressor
Inherits: TALBasicAudioCompressor
Contents |
Syntax
Delphi:
type TALAudioCompressor = class( TALBasicAudioCompressor )
C++ Builder:
class TALAudioCompressor : public TALBasicAudioCompressor
Visual C++ (MFC):
class CTALAudioCompressor : public CTALBasicAudioCompressor
C# (.NET):
public ref class TALAudioCompressor : Mitov.AudioLab.BasicAudioCompressor
Summary
Compresses audio.
Description
This component can be used compress audio. It will use any filter available to the Audio Compression Manager(ACM). The compressed data can be sent over TCP/IP or UDP.
To use the component, connect the input pin to a audio source pin. The output pin can be connected to any component that accepts generic data buffer.
Diagram:
Properties
Published
- Compressions - Desired audio compression.
From TALBasicAudioCompressor
Pins
- InputPin - The Audio Input Pin of the compressor.