The methods of Android.Media.Audiofx.Equalizer are listed below. For a list of all members, see the Equalizer Members list.
See Also: Inherited members from Android.Media.Audiofx.AudioEffect
GetBand(int)Gets the band that has the most effect on the given frequency. | ||
GetBandFreqRange(short)Gets the frequency range of the given frequency band. | ||
GetBandLevel(short)Gets the gain set for the given equalizer band. | ||
GetBandLevelRange()Gets the level range for use by Equalizer.SetBandLevel(short, System.Int16). | ||
GetCenterFreq(short)Gets the center frequency of the given band. | ||
GetPresetName(short)Gets the preset name based on the index. | ||
SetBandLevel(short, short)Sets the given equalizer band to the given gain value. | ||
SetParameterListener(Equalizer.IOnParameterChangeListener)Registers an OnParameterChangeListener interface. | ||
UsePreset(short)Sets the equalizer according to the given preset. |