Added in API level 9

Settings

open class Settings
kotlin.Any
   ↳ android.media.audiofx.PresetReverb.Settings

The Settings class regroups all preset reverb 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: String!)

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

Public methods
open String

Properties
Short

Public constructors

Settings

Added in API level 9
Settings()

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.

Properties

preset

Added in API level 9
var preset: Short