public static class

BassEnhance.Settings

extends Object
java.lang.Object
   ↳ android.media.audiofx.BassEnhance.Settings

Class Overview

The Settings class regroups all bass enhance 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
BassEnhance.Settings()
BassEnhance.Settings(String settings)
Settings class constructor from a key=value; pairs formatted string.
Public Methods
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public short strength

Public Constructors

public BassEnhance.Settings ()

public BassEnhance.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 ()

Since: API Level