Android Programming Press on the image to return to the main documentation page.

AudioBoost

Written by Margret

List of types:

AudioBoost

AudioBoost


Permissions:

android.permission.MODIFY_AUDIO_SETTINGS

Events:

None

Members:


  BoostOff As String

  BoostOn As String

  Initialize As String

  IsBoosted As Boolean

  IsInitialized As Boolean

Members description:

BoostOff As String
Turns OFF the Audio Boost
BoostOn As String
Turns ON the Audio Boost
Initialize As String
Initializes the object for use. Requires Android API Level 9 And Greater.
IsBoosted As Boolean
Returns True if the Audio Boost Circuit is on, otherwise returns False.
IsInitialized As Boolean
Tests whether the object has been initialized.
Top