Android.Media.Audiofx Namespace
Remarks
Provides classes that manage audio effects implemented in the media framework.
Classes
| Type | Reason |
|---|---|
| AcousticEchoCanceler | Acoustic Echo Canceler (AEC). |
| AudioEffect | AudioEffect is the base class for controlling audio effects provided by the android audio framework. |
| AudioEffect+ControlStatusChangeEventArgs | Provides data for the AudioEffect.ControlStatus event. |
| Descriptor | The effect descriptor contains information on a particular effect implemented in the
audio framework:
|
| EnableStatusChangeEventArgs | Provides data for the AudioEffect.EnableStatus event. |
| IOnControlStatusChangeListener | The OnControlStatusChangeListener interface defines a method called by the AudioEffect when a the control of the effect engine is gained or lost by the application |
| IOnEnableStatusChangeListener | The OnEnableStatusChangeListener interface defines a method called by the AudioEffect when a the enabled state of the effect engine was changed by the controlling application. |
| AudioEffectStatus | Enumerates values returned by several types and taken as a parameter of several types. |
| AutomaticGainControl | Automatic Gain Control (AGC). |
| BassBoost | Bass boost is an audio effect to boost or amplify low frequencies of the sound. |
| IOnParameterChangeListener | The OnParameterChangeListener interface defines a method called by the BassBoost when a parameter value has changed. |
| ParameterChangeEventArgs | Provides data for the BassBoost.Parameter event. |
| Settings | The Settings class regroups all bass boost parameters. |
| BassBoostParam | Enumerates values returned by the BassBoost+ParameterChangeEventArgs.Param, BassBoost.ParamStrength, and BassBoostParam.ParamStrength members and taken as a parameter of the BassBoost+IOnParameterChangeListener.OnParameterChange, and Android.Media.Audiofx.BassBoost.ParameterChangeEventArgs..ctor members. |
| ContentType | Enumerates values returned by several types. |
| EnvironmentalReverb | A sound generated within a room travels in many directions. |
| IOnParameterChangeListener | The OnParameterChangeListener interface defines a method called by the EnvironmentalReverb when a parameter value has changed. |
| ParameterChangeEventArgs | Provides data for the EnvironmentalReverb.Parameter event. |
| Settings | The Settings class regroups all environmental reverb parameters. |
| EnvironmentalReverbParam | Enumerates values returned by several types and taken as a parameter of the EnvironmentalReverb+IOnParameterChangeListener.OnParameterChange, and Android.Media.Audiofx.EnvironmentalReverb.ParameterChangeEventArgs..ctor members. |
| Equalizer | An Equalizer is used to alter the frequency response of a particular music source or of the main output mix. |
| IOnParameterChangeListener | The OnParameterChangeListener interface defines a method called by the Equalizer when a parameter value has changed. |
| ParameterChangeEventArgs | Provides data for the Equalizer.Parameter event. |
| Settings | The Settings class regroups all equalizer parameters. |
| EqualizerParam | Enumerates values returned by several types and taken as a parameter of the Equalizer+IOnParameterChangeListener.OnParameterChange, and Android.Media.Audiofx.Equalizer.ParameterChangeEventArgs..ctor members. |
| LoudnessEnhancer | LoudnessEnhancer is an audio effect for increasing audio loudness. |
| LoudnessEnhancerParam | Enumerates values returned by the LoudnessEnhancer.ParamTargetGainMb, and LoudnessEnhancerParam.TargetGainMb members. |
| NoiseSuppressor | Noise Suppressor (NS). |
| PresetReverb | A sound generated within a room travels in many directions. |
| IOnParameterChangeListener | The OnParameterChangeListener interface defines a method called by the PresetReverb when a parameter value has changed. |
| ParameterChangeEventArgs | Provides data for the PresetReverb.Parameter event. |
| Settings | The Settings class regroups all preset reverb parameters. |
| PresetReverbParam | Enumerates values returned by the PresetReverb+ParameterChangeEventArgs.Param, PresetReverb.ParamPreset, and PresetReverbParam.Preset members and taken as a parameter of the PresetReverb+IOnParameterChangeListener.OnParameterChange, and Android.Media.Audiofx.PresetReverb.ParameterChangeEventArgs..ctor members. |
| VirtualizationMode | Enumerates values returned by several types and taken as a parameter of the Virtualizer.CanVirtualize, Virtualizer.ForceVirtualizationMode, and Virtualizer.GetSpeakerAngles members. |
| Virtualizer | An audio virtualizer is a general name for an effect to spatialize audio channels. |
| IOnParameterChangeListener | The OnParameterChangeListener interface defines a method called by the Virtualizer when a parameter value has changed. |
| ParameterChangeEventArgs | Provides data for the Virtualizer.Parameter event. |
| Settings | The Settings class regroups all virtualizer parameters. |
| VirtualizerParam | Enumerates values returned by several types and taken as a parameter of the Virtualizer+IOnParameterChangeListener.OnParameterChange, and Android.Media.Audiofx.Virtualizer.ParameterChangeEventArgs..ctor members. |
| Visualizer | The Visualizer class enables application to retrieve part of the currently playing audio for visualization purpose. |
| FftDataCaptureEventArgs | |
| IOnDataCaptureListener | The OnDataCaptureListener interface defines methods called by the Visualizer to periodically update the audio visualization capture. |
| MeasurementPeakRms | |
| WaveFormDataCaptureEventArgs | |
| VisualizerMeasurementMode | Enumerates values returned by several types and taken as a parameter of the Visualizer.SetMeasurementMode member. |
| VisualizerScalingMode | Enumerates values returned by several types and taken as a parameter of the Visualizer.SetScalingMode member. |
| VisualizerState | Enumerates values returned by several types. |
| VisualizerStatus | Enumerates values returned by several types. |

