BassBoostEffect
class BassBoostEffect
This audio effect is a setting that raises a low frequency range.
public class BassBoostEffect extends AudioEffect
— Constructors (1) —
Constructor | Description |
---|---|
BassBoostEffect() | Creates a new BassBoostEffect. |
— Methods (2) —
Name | Description |
---|---|
float getStrength() | Returns the current strength of the BassBoostEffect. |
void setStrength(float value) | Sets the current strength of the BassBoostEffect to be "value" argument. |