EqualizerEffect
Complete API reference for EqualizerEffect, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: SoundEffects
Component: no
public class EqualizerEffect extends AudioEffect
Constructors
| Signature | Description |
|---|---|
EqualizerEffect(Equalizer) | Executes EqualizerEffect and returns after the underlying engine call finishes. |
EqualizerEffect() | Executes EqualizerEffect and returns after the underlying engine call finishes. |
Attributes
| Name | Type | Description |
|---|---|---|
effect | Equalizer | Represents the effect value stored on this instance. Read or assign to update the property. |
Methods
| Signature | Returns | Description |
|---|---|---|
getBandGain(int) | float | Returns the current band gain. |
setBandGain(int, float) | void | Sets or updates the band gain. |