Added in API level 9
Settings
open class Settings
kotlin.Any | |
↳ | android.media.audiofx.Equalizer.Settings |
The Settings class regroups all equalizer parameters. It is used in conjuntion with getProperties() and setProperties() methods to backup and restore all parameters in a single call.
Summary
Public constructors | |
---|---|
Settings() |
|
Settings class constructor from a key=value; pairs formatted string. |
Public methods | |
---|---|
open String |
toString() |
Properties | |
---|---|
ShortArray! | |
Short | |
Short |
Public constructors
Settings
Added in API level 9
Settings(settings: String!)
Settings class constructor from a key=value; pairs formatted string. The string is typically returned by Settings.toString() method.
Exceptions | |
---|---|
java.lang.IllegalArgumentException |
if the string is not correctly formatted. |
Public methods
toString
Added in API level 9
open fun toString(): String
Return | |
---|---|
String |
a string representation of the object. |