Android.Media.Audiofx.AudioEffect: Field Members

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

Public Fields

const
ActionCloseAudioEffectControlSessionstring. 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
ActionDisplayAudioEffectControlPanelstring. Intent to launch an audio effect control panel UI.
const
ActionOpenAudioEffectControlSessionstring. 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
AlreadyExistsAudioEffectStatus (-2). Internal operation status.
const
ContentTypeGameContentType (2). Value for AudioEffect.ExtraContentType when the type of content played is game audio
const
ContentTypeMovieContentType (1). Value for AudioEffect.ExtraContentType when the type of content played is video or movie
const
ContentTypeMusicContentType (0). Value for AudioEffect.ExtraContentType when the type of content played is music
const
ContentTypeVoiceContentType (3). Value for AudioEffect.ExtraContentType when the type of content played is voice audio
const
EffectAuxiliarystring. Effect connection mode is auxiliary.
const
EffectInsertstring. Effect connection mode is insert.
const
ErrorAudioEffectStatus (-1). Unspecified error.
const
ErrorBadValueAudioEffectStatus (-4). Operation failed due to bad parameter value.
const
ErrorDeadObjectAudioEffectStatus (-7). Operation failed due to dead remote object.
const
ErrorInvalidOperationAudioEffectStatus (-5). Operation failed because it was requested in wrong state.
const
ErrorNoInitAudioEffectStatus (-3). Operation failed due to bad object initialization.
const
ErrorNoMemoryAudioEffectStatus (-6). Operation failed due to lack of memory.
const
ExtraAudioSessionstring. Contains the ID of the audio session the effects should be applied to.
const
ExtraContentTypestring. Indicates which type of content is played by the application.
const
ExtraPackageNamestring. Contains the package name of the calling application.
const
SuccessAudioEffectStatus (0). Successful operation.