Packagecom.acapela.vaas.advanced
Classpublic class Equalizer

Used to instruct the service to apply equalizer tunning to the message.

You can access to it using the equalizer property of the Message instances.

See also

com.acapela.vaas.advanced.Message.equalizer


Public Properties
 PropertyDefined by
  freq_0275_Hz : Number
the equalizer parameter to apply to the frequency bands of 275 Hz
Equalizer
  freq_2200_Hz : Number
the equalizer parameter to apply to the frequency bands of 2.2 kHz
Equalizer
  freq_5000_Hz : Number
the equalizer parameter to apply to the frequency bands of 5.0 kHz
Equalizer
  freq_8300_Hz : Number
the equalizer parameter to apply to the frequency bands of 8.3 kHz
Equalizer
Property detail
freq_0275_Hzproperty
freq_0275_Hz:Number  [read-write]

the equalizer parameter to apply to the frequency bands of 275 Hz

Implementation
    public function get freq_0275_Hz():Number
    public function set freq_0275_Hz(value:Number):void
freq_2200_Hzproperty 
freq_2200_Hz:Number  [read-write]

the equalizer parameter to apply to the frequency bands of 2.2 kHz

Implementation
    public function get freq_2200_Hz():Number
    public function set freq_2200_Hz(value:Number):void
freq_5000_Hzproperty 
freq_5000_Hz:Number  [read-write]

the equalizer parameter to apply to the frequency bands of 5.0 kHz

Implementation
    public function get freq_5000_Hz():Number
    public function set freq_5000_Hz(value:Number):void
freq_8300_Hzproperty 
freq_8300_Hz:Number  [read-write]

the equalizer parameter to apply to the frequency bands of 8.3 kHz

Implementation
    public function get freq_8300_Hz():Number
    public function set freq_8300_Hz(value:Number):void