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

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

Completed in 948 milliseconds