The members of Android.Media.Audiofx.AudioEffect are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
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. |
[read-only] static | EffectTypeAec | Java.Util.UUID. UUID for Acoustic Echo Canceler (AEC) |
[read-only] static | EffectTypeAgc | Java.Util.UUID. UUID for Automatic Gain Control (AGC) |
[read-only] static | EffectTypeBassBoost | Java.Util.UUID. UUID for bass boost effect |
[read-only] static | EffectTypeEnvReverb | Java.Util.UUID. UUID for environmental reverberation effect |
[read-only] static | EffectTypeEqualizer | Java.Util.UUID. UUID for equalizer effect |
[read-only] static | EffectTypeLoudnessEnhancer | Java.Util.UUID. UUID for Loudness Enhancer |
[read-only] static | EffectTypeNs | Java.Util.UUID. UUID for Noise Suppressor (NS) |
[read-only] static | EffectTypePresetReverb | Java.Util.UUID. UUID for preset reverberation effect |
[read-only] static | EffectTypeVirtualizer | Java.Util.UUID. UUID for virtualizer effect |
[read-only] | Enabled | bool. Returns effect enabled state |
[read-only] | HasControl | bool. Checks if this AudioEffect object is controlling the effect engine. |
[read-only] | Id | int. Returns effect unique identifier. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
GetDescriptor()Get the effect descriptor. | ||
static | QueryEffects()Query all effects available on the platform. | |
Release()Releases the native AudioEffect resources. | ||
SetControlStatusListener(AudioEffect.IOnControlStatusChangeListener)Sets the listener AudioEffect notifies when the effect engine control is taken or returned. | ||
SetEnabled(bool)Enable or disable the effect. | ||
SetEnableStatusListener(AudioEffect.IOnEnableStatusChangeListener)Sets the listener AudioEffect notifies when the effect engine is enabled or disabled. |
ControlStatus | Documentation for this section has not yet been entered. | |
EnableStatus | Documentation for this section has not yet been entered. |