Skip to main content

BassBoostEffect

class BassBoostEffect

This audio effect is a setting that raises a low frequency range.


public class BassBoostEffect extends AudioEffect

— Constructors (1) —

ConstructorDescription
BassBoostEffect()Creates a new BassBoostEffect.

— Methods (2) —

NameDescription
float getStrength()Returns the current strength of the BassBoostEffect.
void setStrength(float value)Sets the current strength of the BassBoostEffect to be "value" argument.