FileDocCategorySizeDatePackage
EnvironmentalReverb.javaAPI DocAndroid 5.1 API6025Sat Mar 14 14:09:36 GMT 2015android.media.audiofx

EnvironmentalReverb

public class EnvironmentalReverb extends android.media.audiofx.AudioEffect

Fields Summary
public static final int
PARAM_DECAY_HF_RATIO
public static final int
PARAM_DECAY_TIME
public static final int
PARAM_DENSITY
public static final int
PARAM_DIFFUSION
public static final int
PARAM_REFLECTIONS_DELAY
public static final int
PARAM_REFLECTIONS_LEVEL
public static final int
PARAM_REVERB_DELAY
public static final int
PARAM_REVERB_LEVEL
public static final int
PARAM_ROOM_HF_LEVEL
public static final int
PARAM_ROOM_LEVEL
Constructors Summary
public EnvironmentalReverb(int priority, int audioSession)

 throw new RuntimeException("Stub!"); 
Methods Summary
public shortgetDecayHFRatio()

 throw new RuntimeException("Stub!"); 
public intgetDecayTime()

 throw new RuntimeException("Stub!"); 
public shortgetDensity()

 throw new RuntimeException("Stub!"); 
public shortgetDiffusion()

 throw new RuntimeException("Stub!"); 
public android.media.audiofx.EnvironmentalReverb$SettingsgetProperties()

 throw new RuntimeException("Stub!"); 
public intgetReflectionsDelay()

 throw new RuntimeException("Stub!"); 
public shortgetReflectionsLevel()

 throw new RuntimeException("Stub!"); 
public intgetReverbDelay()

 throw new RuntimeException("Stub!"); 
public shortgetReverbLevel()

 throw new RuntimeException("Stub!"); 
public shortgetRoomHFLevel()

 throw new RuntimeException("Stub!"); 
public shortgetRoomLevel()

 throw new RuntimeException("Stub!"); 
public voidsetDecayHFRatio(short decayHFRatio)

 throw new RuntimeException("Stub!"); 
public voidsetDecayTime(int decayTime)

 throw new RuntimeException("Stub!"); 
public voidsetDensity(short density)

 throw new RuntimeException("Stub!"); 
public voidsetDiffusion(short diffusion)

 throw new RuntimeException("Stub!"); 
public voidsetParameterListener(android.media.audiofx.EnvironmentalReverb$OnParameterChangeListener listener)

 throw new RuntimeException("Stub!"); 
public voidsetProperties(android.media.audiofx.EnvironmentalReverb$Settings settings)

 throw new RuntimeException("Stub!"); 
public voidsetReflectionsDelay(int reflectionsDelay)

 throw new RuntimeException("Stub!"); 
public voidsetReflectionsLevel(short reflectionsLevel)

 throw new RuntimeException("Stub!"); 
public voidsetReverbDelay(int reverbDelay)

 throw new RuntimeException("Stub!"); 
public voidsetReverbLevel(short reverbLevel)

 throw new RuntimeException("Stub!"); 
public voidsetRoomHFLevel(short roomHF)

 throw new RuntimeException("Stub!"); 
public voidsetRoomLevel(short room)

 throw new RuntimeException("Stub!");