The fields of Android.Media.Audiofx.AudioEffect are listed below. For a list of all members, see the AudioEffect Members list.
See Also: Inherited members from Java.Lang.Object
const | ActionCloseAudioEffectControlSession | string. Intent to signal to the effect control application or service that an audio session is closed and that effects should not be applied anymore. |
const | ActionDisplayAudioEffectControlPanel | string. Intent to launch an audio effect control panel UI. |
const | ActionOpenAudioEffectControlSession | string. Intent to signal to the effect control application or service that a new audio session is opened and requires audio effects to be applied. |
const | AlreadyExists | AudioEffectStatus (-2). Internal operation status. |
const | ContentTypeGame | ContentType (2). Value for AudioEffect.ExtraContentType when the type of content played is game audio |
const | ContentTypeMovie | ContentType (1). Value for AudioEffect.ExtraContentType when the type of content played is video or movie |
const | ContentTypeMusic | ContentType (0). Value for AudioEffect.ExtraContentType when the type of content played is music |
const | ContentTypeVoice | ContentType (3). Value for AudioEffect.ExtraContentType when the type of content played is voice audio |
const | EffectAuxiliary | string. Effect connection mode is auxiliary. |
const | EffectInsert | string. Effect connection mode is insert. |
const | Error | AudioEffectStatus (-1). Unspecified error. |
const | ErrorBadValue | AudioEffectStatus (-4). Operation failed due to bad parameter value. |
const | ErrorDeadObject | AudioEffectStatus (-7). Operation failed due to dead remote object. |
const | ErrorInvalidOperation | AudioEffectStatus (-5). Operation failed because it was requested in wrong state. |
const | ErrorNoInit | AudioEffectStatus (-3). Operation failed due to bad object initialization. |
const | ErrorNoMemory | AudioEffectStatus (-6). Operation failed due to lack of memory. |
const | ExtraAudioSession | string. Contains the ID of the audio session the effects should be applied to. |
const | ExtraContentType | string. Indicates which type of content is played by the application. |
const | ExtraPackageName | string. Contains the package name of the calling application. |
const | Success | AudioEffectStatus (0). Successful operation. |