BassBoostEffect
Complete API reference for BassBoostEffect, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: SoundEffects
Component: no
public class BassBoostEffect extends AudioEffect
Constructors
| Signature | Description |
|---|---|
BassBoostEffect(BassBoost) | Executes BassBoostEffect and returns after the underlying engine call finishes. |
BassBoostEffect() | Executes BassBoostEffect and returns after the underlying engine call finishes. |
Attributes
| Name | Type | Description |
|---|---|---|
effect | BassBoost | Represents the effect value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
strength | float | get/set | Virtual attribute exposed by getStrength. Access it like a field to read or write the underlying value. |