Enum ALSpeexCompressor.TALSpeexBandMode
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: ALSpeexCompressor
Contents |
Syntax
Delphi:
type TALSpeexBandMode = (alSpeexNarrowBand, alSpeexWideband, alSpeexUltraWideband);
C++ Builder:
enum TALSpeexBandMode {alSpeexNarrowBand, alSpeexWideband, alSpeexUltraWideband};
Visual C++ (MFC):
enum CTALSpeexBandMode {alSpeexNarrowBand, alSpeexWideband, alSpeexUltraWideband};
Summary
Speex Band encode modes enumeration.
Description
Defines the Speex Band encode modes enumeration.
Values
alSpeexNarrowBand | Speex narrow band encode mode. |
alSpeexWideband | Speex wideband (sub-band CELP) encode mode. |
alSpeexUltraWideband | Speex ultra-wideband encode mode. |