java.lang.Object
uk.co.caprica.vlcj.factory.EqualizerApi
Behaviour pertaining to the audio equalizer.
-
Method Summary
Modifier and TypeMethodDescriptionGet all of the available preset equalizer instances.bands()
Get the list of distinct equalizer band frequencies.final Equalizer
Create a new audio equalizer.final Equalizer
newEqualizer
(String presetName) Create a new audio equalizer from a named preset.presets()
Get the list of names of available equalizer presets.
-
Method Details
-
bands
Get the list of distinct equalizer band frequencies.- Returns:
- list of frequencies (Hz)
-
presets
Get the list of names of available equalizer presets.- Returns:
- list of preset names
-
newEqualizer
Create a new audio equalizer.- Returns:
- equalizer
-
newEqualizer
Create a new audio equalizer from a named preset.- Parameters:
presetName
- name of the preset- Returns:
- equalizer
-
allPresetEqualizers
Get all of the available preset equalizer instances.This will return new equalizer instances (i.e. they are not cached or shared), so applications are free to change the values in the returned equalizer instances if so desired.
- Returns:
- map of preset name to equalizer instance, sorted by name
-