android.media.audiofx
Class EnvironmentalReverb.Settings

java.lang.Object
  extended by android.media.audiofx.EnvironmentalReverb.Settings
Enclosing class:
EnvironmentalReverb

public static class EnvironmentalReverb.Settings
extends Object


Field Summary
 short decayHFRatio
           
 int decayTime
           
 short density
           
 short diffusion
           
 int reflectionsDelay
           
 short reflectionsLevel
           
 int reverbDelay
           
 short reverbLevel
           
 short roomHFLevel
           
 short roomLevel
           
 
Constructor Summary
EnvironmentalReverb.Settings()
           
EnvironmentalReverb.Settings(String settings)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

roomLevel

public short roomLevel

roomHFLevel

public short roomHFLevel

decayTime

public int decayTime

decayHFRatio

public short decayHFRatio

reflectionsLevel

public short reflectionsLevel

reflectionsDelay

public int reflectionsDelay

reverbLevel

public short reverbLevel

reverbDelay

public int reverbDelay

diffusion

public short diffusion

density

public short density
Constructor Detail

EnvironmentalReverb.Settings

public EnvironmentalReverb.Settings()

EnvironmentalReverb.Settings

public EnvironmentalReverb.Settings(String settings)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012. All Rights Reserved.