Searched defs:EnvironmentalReverb (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/audiofx/
H A DEnvironmentalReverb.java39 * The EnvironmentalReverb class allows an application to control each reverb engine property in a
43 * <p>An application creates a EnvironmentalReverb object to instantiate and control a reverb engine
45 * <p>The methods, parameter types and units exposed by the EnvironmentalReverb implementation are
49 * <p>The EnvironmentalReverb is an output mix auxiliary effect and should be created on
60 public class EnvironmentalReverb extends AudioEffect { class in inherits:AudioEffect
62 private final static String TAG = "EnvironmentalReverb";
81 * {@link android.media.audiofx.EnvironmentalReverb.OnParameterChangeListener}
131 * EnvironmentalReverb engine. As the same engine can be shared by several applications, this
135 * is not 0, the EnvironmentalReverb will be attached to the MediaPlayer or AudioTrack in the
136 * same audio session. Otherwise, the EnvironmentalReverb wil
144 public EnvironmentalReverb(int priority, int audioSession) method in class:EnvironmentalReverb
[all...]

Completed in 46 milliseconds