java.lang.Object | |
↳ | com.h6ah4i.android.media.utils.DefaultEqualizerPresets |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | NAME_CLASSICAL | ||||||||||
String | NAME_DANCE | ||||||||||
String | NAME_FLAT | ||||||||||
String | NAME_FOLK | ||||||||||
String | NAME_HEAVYMETAL | ||||||||||
String | NAME_HIPHOP | ||||||||||
String | NAME_JAZZ | ||||||||||
String | NAME_NORMAL | ||||||||||
String | NAME_POP | ||||||||||
String | NAME_ROCK | ||||||||||
short | NUM_BANDS | ||||||||||
short | NUM_PRESETS |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static IEqualizer.Settings | PRESET_CLASSICAL | ||||||||||
public static IEqualizer.Settings | PRESET_DANCE | ||||||||||
public static IEqualizer.Settings | PRESET_FLAT | ||||||||||
public static IEqualizer.Settings | PRESET_FOLK | ||||||||||
public static IEqualizer.Settings | PRESET_HEAVYMETAL | ||||||||||
public static IEqualizer.Settings | PRESET_HIPHOP | ||||||||||
public static IEqualizer.Settings | PRESET_JAZZ | ||||||||||
public static IEqualizer.Settings | PRESET_NORMAL | ||||||||||
public static IEqualizer.Settings | PRESET_POP | ||||||||||
public static IEqualizer.Settings | PRESET_ROCK |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DefaultEqualizerPresets() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static String | getName(short preset) | ||||||||||
static IEqualizer.Settings | getPreset(short preset) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|