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

/frameworks/base/media/java/android/media/audiofx/
H A DPresetReverb.java32 * The PresetReverb class allows an application to configure the global reverb using a reverb preset.
36 * <p>An application creates a PresetReverb object to instantiate and control a reverb engine in the
38 * <p>The methods, parameter types and units exposed by the PresetReverb implementation are
42 * <p>The PresetReverb is an output mix auxiliary effect and should be created on
53 public class PresetReverb extends AudioEffect { class in inherits:AudioEffect
55 private final static String TAG = "PresetReverb";
62 * {@link android.media.audiofx.PresetReverb.OnParameterChangeListener}
113 * PresetReverb engine. As the same engine can be shared by several applications, this
117 * is not 0, the PresetReverb will be attached to the MediaPlayer or AudioTrack in the
118 * same audio session. Otherwise, the PresetReverb wil
126 public PresetReverb(int priority, int audioSession) method in class:PresetReverb
[all...]

Completed in 56 milliseconds