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

/frameworks/base/media/java/android/media/audiofx/
H A DBassBoost.java28 * <p>An application creates a BassBoost object to instantiate and control a bass boost engine in
30 * <p>The methods, parameter types and units exposed by the BassBoost implementation are directly
33 * <p>To attach the BassBoost to a particular AudioTrack or MediaPlayer, specify the audio session
34 * ID of this AudioTrack or MediaPlayer when constructing the BassBoost.
35 * <p>NOTE: attaching a BassBoost to the global audio output mix by use of session 0 is deprecated.
41 public class BassBoost extends AudioEffect { class in inherits:AudioEffect
43 private final static String TAG = "BassBoost";
53 * {@link android.media.audiofx.BassBoost.OnParameterChangeListener}
79 * @param priority the priority level requested by the application for controlling the BassBoost
83 * @param audioSession system wide unique audio session identifier. The BassBoost wil
91 public BassBoost(int priority, int audioSession) method in class:BassBoost
[all...]

Completed in 69 milliseconds