Android.Media.Audiofx.AudioEffect: Method Members

The methods 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 Methods

GetDescriptor() : AudioEffect.Descriptor
Get the effect descriptor.
static
QueryEffects() : AudioEffect.Descriptor[]
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) : AudioEffectStatus
Enable or disable the effect.
SetEnableStatusListener(AudioEffect.IOnEnableStatusChangeListener)
Sets the listener AudioEffect notifies when the effect engine is enabled or disabled.