Class Equalizer

java.lang.Object
uk.co.caprica.vlcj.player.base.Equalizer

public final class Equalizer extends Object
Encapsulation of audio equalizer settings.

Equalizer amplification values are constrained to the range -20.0 Hz to 20.0 Hz, see LibVlcConst.MIN_GAIN and LibVlcConst.MAX_GAIN. Attempting to set values outside of this range will cause an IllegalArgumentException to be thrown.

After creating an equalizer, it may be associated with a media player.