Example usage for Java android.media.audiofx AudioEffect fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ERROR_BAD_VALUE Operation failed due to bad parameter value. |
String | ACTION_DISPLAY_AUDIO_EFFECT_CONTROL_PANEL Intent to launch an audio effect control panel UI. |
String | ACTION_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. |
String | ACTION_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. |
String | EXTRA_AUDIO_SESSION Contains the ID of the audio session the effects should be applied to. |
String | EXTRA_PACKAGE_NAME Contains the package name of the calling application. |
String | EXTRA_CONTENT_TYPE Indicates which type of content is played by the application. |
int | CONTENT_TYPE_MUSIC Value for #EXTRA_CONTENT_TYPE when the type of content played is music |