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

/frameworks/base/media/java/android/media/audiofx/
H A DEqualizer.java33 * An Equalizer is used to alter the frequency response of a particular music source or of the main
35 * <p>An application creates an Equalizer object to instantiate and control an Equalizer engine
38 * <p>The methods, parameter types and units exposed by the Equalizer implementation are directly
41 * <p>To attach the Equalizer to a particular AudioTrack or MediaPlayer, specify the audio session
42 * ID of this AudioTrack or MediaPlayer when constructing the Equalizer.
43 * <p>NOTE: attaching an Equalizer to the global audio output mix by use of session 0 is deprecated.
49 public class Equalizer extends AudioEffect { class in inherits:AudioEffect
51 private final static String TAG = "Equalizer";
73 * {@link android.media.audiofx.Equalizer
143 public Equalizer(int priority, int audioSession) method in class:Equalizer
[all...]

Completed in 21 milliseconds