java.lang.Object |
↳ |
com.h6ah4i.android.media.audiofx.IEqualizer.Settings |
Class Overview
The Settings class regroups all equalizer parameters. It is used in
conjunction with getProperties() and setProperties() methods
to backup and restore all parameters in a single call.
Summary
Public Constructors |
|
Settings()
|
|
Settings(String settings)
Settings class constructor from a key=value; pairs formatted string.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
public
short[]
bandLevels
Public Constructors
public
Settings
(String settings)
Settings class constructor from a key=value; pairs formatted string.
The string is typically returned by Settings.toString() method.
Throws
IllegalArgumentException
| if the string is not correctly
formatted.
|
Public Methods
public
String
toString
()