java.lang.Object
uk.co.caprica.vlcj.factory.EqualizerApi
-
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
-
presets
-
newEqualizer
-
newEqualizer
-
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
-