File
Doc
Category
Size
Date
Package
BassBoost.java
API Doc
Android 5.1 API
1954
Sat Mar 14 14:09:42 GMT 2015
android.media.audiofx
BassBoost
java.lang.Object
android.media.audiofx.AudioEffect
public class BassBoost extends android.media.audiofx.AudioEffect
Fields Summary
public static final int
PARAM_STRENGTH
public static final int
PARAM_STRENGTH_SUPPORTED
Constructors Summary
public BassBoost
(
int
priority,
int
audioSession)
throw new RuntimeException("Stub!");
Methods Summary
public
android.media.audiofx.BassBoost$Settings
getProperties
()
throw new RuntimeException("Stub!");
public
short
getRoundedStrength
()
throw new RuntimeException("Stub!");
public
boolean
getStrengthSupported
()
throw new RuntimeException("Stub!");
public void
setParameterListener
(
android.media.audiofx.BassBoost$OnParameterChangeListener
listener)
throw new RuntimeException("Stub!");
public void
setProperties
(
android.media.audiofx.BassBoost$Settings
settings)
throw new RuntimeException("Stub!");
public void
setStrength
(
short
strength)
throw new RuntimeException("Stub!");
Java Code Source