EqualizerBuilder

Builder for equalizer settings.

player.applyFilters {
band(3) gain 0.25
}

Inheritors

Types

Link copied to clipboard

Configurator class for band gains.

Properties

Link copied to clipboard

The equalizers to modify.

Functions

Link copied to clipboard

Gives you a BandConfigurator to configure this band.

Link copied to clipboard
open infix fun Int.gain(gain: Float)

Sets the gain of the band with this int as it's id to gain.

Link copied to clipboard
open fun reset()

Resets all equalizers configured in this builder.