javax.sound.sampled
public class ReverbType extends Object
Since: 1.3
Constructor Summary | |
---|---|
protected | ReverbType(String name, int earlyDelay, float earlyInten, int lateDelay, float lateInten, int decay)
Create a new ReverbType given its attributes. |
Method Summary | |
---|---|
boolean | equals(Object o) |
int | getDecayTime()
Return the decay time. |
int | getEarlyReflectionDelay()
Return the early reflection delay. |
float | getEarlyReflectionIntensity()
Return the early reflection intensity. |
int | getLateReflectionDelay()
Return the late reflection delay. |
float | getLateReflectionIntensity()
Return the late reflection intensity. |
String | getName()
Return the name of this ReverbType. |
int | hashCode() |
String | toString()
Return a description of this ReverbType. |
Parameters: name the name of this type earlyDelay the early delay time in microseconds earlyInten the early intensity in decibels lateDelay the late delay time in microseconds lateInten the late intensity in decibels decay the decay time in microseconds
Since: 1.5