EnvironmentalReverb.Settings
public
static
class
EnvironmentalReverb.Settings
extends Object
java.lang.Object | |
↳ | android.media.audiofx.EnvironmentalReverb.Settings |
The Settings class regroups all environmental reverb 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 |
decayHFRatio
|
public
int |
decayTime
|
public
short |
density
|
public
short |
diffusion
|
public
int |
reflectionsDelay
|
public
short |
reflectionsLevel
|
public
int |
reverbDelay
|
public
short |
reverbLevel
|
public
short |
roomHFLevel
|
public
short |
roomLevel
|
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
Public constructors
Settings
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
public String toString ()
Returns a string representation of the object.
Returns | |
---|---|
String |
a string representation of the object. |