Searched refs:lateReflectionIntensity (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DReverbType.java167 private float lateReflectionIntensity; field in class:ReverbType
182 * @param lateReflectionIntensity the new type's late reflection intensity in dB
185 protected ReverbType(String name, int earlyReflectionDelay, float earlyReflectionIntensity, int lateReflectionDelay, float lateReflectionIntensity, int decayTime) { argument
191 this.lateReflectionIntensity = lateReflectionIntensity;
246 return lateReflectionIntensity;
295 " ns, late reflection intensity " + lateReflectionIntensity +

Completed in 35 milliseconds