API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.sampled. ReverbType View Source
Author(s)
Kara Kytle
Since
1.3
Version
1.14, 05/11/17
Serial
Hierarchy
 Object
      ReverbType
Implements
Subclasses
Description
public class ReverbType
  The ReverbType class provides methods for accessing various reverberation settings to be applied to an audio signal.
See also:   
Constructors
protected ReverbType (String name, int earlyReflectionDelay, float earlyReflectionIntensity, int lateReflectionDelay, float lateReflectionIntensity, int decayTime)
  Constructs a new reverb type that has the specified reverberation parameter values.
Methods
Hide/Show inherited methods
publicfinal boolean equals (Object obj)
  Indicates whether the specified object is equal to this reverb type, returning true if the objects are identical.
publicfinal int getDecayTime ()
  Obtains the decay time, which is the amount of time over which the late reflections attenuate to effective zero.
publicfinal int getEarlyReflectionDelay ()
  Returns the early reflection delay time in microseconds.
publicfinal float getEarlyReflectionIntensity ()
  Returns the early reflection intensity in decibels.
publicfinal int getLateReflectionDelay ()
  Returns the late reflection delay time in microseconds.
publicfinal float getLateReflectionIntensity ()
  Returns the late reflection intensity in decibels.
public String getName ()
  Obtains the name of this reverb type.
publicfinal int hashCode ()
Finalizes the hashcode method.
publicfinal String toString ()
  Provides a String representation of the reverb type, including its name and its parameter settings.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar