Android.Media.Audiofx.Equalizer: Method Members

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

Public Methods

GetBand(int) : short
Gets the band that has the most effect on the given frequency.
GetBandFreqRange(short) : int[]
Gets the frequency range of the given frequency band.
GetBandLevel(short) : short
Gets the gain set for the given equalizer band.
GetBandLevelRange() : short[]
Gets the level range for use by Equalizer.SetBandLevel(short, System.Int16).
GetCenterFreq(short) : int
Gets the center frequency of the given band.
GetPresetName(short) : string
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.