BassBoost.Settings


public static class BassBoost.Settings
extends Object

java.lang.Object
   โ†ณ android.media.audiofx.BassBoost.Settings


The Settings class regroups all bass boost parameters. It is used in conjuntion with getProperties() and setProperties() methods to backup and restore all parameters in a single call.

Summary

Fields

public short strength

Public constructors

Settings()
Settings(String settings)

Settings class constructor from a key=value; pairs formatted string.

Public methods

String toString()

Returns a string representation of the object.

Inherited methods

Fields

strength

Added in API level 9
public short strength

Public constructors

Settings

Added in API level 9
public Settings ()

Settings

Added in API level 9
public Settings (String settings)

Settings class constructor from a key=value; pairs formatted string. The string is typically returned by Settings.toString() method.

Parameters
settings String

Throws
IllegalArgumentException if the string is not correctly formatted.

Public methods

toString

Added in API level 9
public String toString ()

Returns a string representation of the object.

Returns
String a string representation of the object.