Java android.media.audiofx AudioEffect fields, constructors, methods, implement or subclass

Example usage for Java android.media.audiofx AudioEffect fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.media.audiofx AudioEffect.

The text is from its open source code.

Field

intERROR_BAD_VALUE
Operation failed due to bad parameter value.
StringACTION_DISPLAY_AUDIO_EFFECT_CONTROL_PANEL
Intent to launch an audio effect control panel UI.
StringACTION_OPEN_AUDIO_EFFECT_CONTROL_SESSION
Intent to signal to the effect control application or service that a new audio session is opened and requires audio effects to be applied.
StringACTION_CLOSE_AUDIO_EFFECT_CONTROL_SESSION
Intent to signal to the effect control application or service that an audio session is closed and that effects should not be applied anymore.
StringEXTRA_AUDIO_SESSION
Contains the ID of the audio session the effects should be applied to.
StringEXTRA_PACKAGE_NAME
Contains the package name of the calling application.
StringEXTRA_CONTENT_TYPE
Indicates which type of content is played by the application.
intCONTENT_TYPE_MUSIC
Value for #EXTRA_CONTENT_TYPE when the type of content played is music