Class ALCompression.TALAudioCompression
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: AudioLabBasicPkg
Unit: ALCompression
Inherits: TLPOptionalDisabledPersistent
Contents |
Syntax
Delphi:
type TALAudioCompression = class( TLPOptionalDisabledPersistent )
C++ Builder:
class TALAudioCompression : public TLPOptionalDisabledPersistent
Visual C++ (MFC):
class CTALAudioCompression : public CTLPOptionalDisabledPersistent
C# (.NET):
public ref class AudioCompression : Mitov.AudioLab.OptionalDisabledPersistent
Summary
Audio compression settings class.
Description
Defines Audio compression settings class.
Specifies whether or not the component will use audio compression, and if so what kind of compression.
Use the Enabled property to enable the audio compression.
Use the Compressions property to set a list of desired audio compressions to be used.
The first audio compressor from the list present in the system will be used to compress the audio in the Wave File.
If none of the specified compressors is present, the audio in the file will not be compressed.
Properties
Published
- Compressions - Collection of audio compressions.