public static class EnvironmentalReverb.Settings extends Object
Modifier and Type | Field and Description |
---|---|
short |
decayHFRatio |
int |
decayTime |
short |
density |
short |
diffusion |
int |
reflectionsDelay |
short |
reflectionsLevel |
int |
reverbDelay |
short |
reverbLevel |
short |
roomHFLevel |
short |
roomLevel |
Constructor and Description |
---|
EnvironmentalReverb.Settings() |
EnvironmentalReverb.Settings(String settings)
Settings class constructor from a key=value; pairs formatted string.
|
public short roomLevel
public short roomHFLevel
public int decayTime
public short decayHFRatio
public short reflectionsLevel
public int reflectionsDelay
public short reverbLevel
public int reverbDelay
public short diffusion
public short density
public EnvironmentalReverb.Settings()
public EnvironmentalReverb.Settings(String settings)
IllegalArgumentException
- if the string is not correctly formatted.public String toString()
Object
getClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString
method
if you intend implementing your own toString
method.