java.lang.Object |
↳ |
com.h6ah4i.android.media.audiofx.IPreAmp.Settings |
Class Overview
The Settings class regroups the LoudnessEnhancer parameters. It is used
in conjunction with the getProperties() and setProperties() methods to
backup and restore all parameters in a single call.
Summary
Fields |
public
float |
level |
|
[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 Constructors
public
Settings
(String settings)
Public Methods
public
String
toString
()