Skip to main content

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

SignatureDescription
EqualizerEffect(Equalizer)Executes EqualizerEffect and returns after the underlying engine call finishes.
EqualizerEffect()Executes EqualizerEffect and returns after the underlying engine call finishes.

Attributes

NameTypeDescription
effectEqualizerRepresents the effect value stored on this instance. Read or assign to update the property.

Methods

SignatureReturnsDescription
getBandGain(int)floatReturns the current band gain.
setBandGain(int, float)voidSets or updates the band gain.