Android.Media.Audiofx.Equalizer Members

The members of Android.Media.Audiofx.Equalizer are listed below.

See Also: Inherited members from Android.Media.Audiofx.AudioEffect

Public Constructors

Class constructor.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
ParamBandFreqRangeEqualizerParam (4). Band frequency range.
const
ParamBandLevelEqualizerParam (2). Band level.
const
ParamCenterFreqEqualizerParam (3). Band center frequency.
const
ParamCurrentPresetEqualizerParam (6). Current preset.
const
ParamGetBandEqualizerParam (5). Band for a given frequency.
const
ParamGetNumOfPresetsEqualizerParam (7). Request number of presets.
const
ParamGetPresetNameEqualizerParam (8). Request preset name.
const
ParamLevelRangeEqualizerParam (1). Band level range.
const
ParamNumBandsEqualizerParam (0). Number of bands.
const
ParamStringSizeMaxEqualizerParam (32). Maximum size for preset name

Public Properties

[read-only]
CurrentPresetshort. Gets current preset.
[read-only]
NumberOfBandsshort. Gets the number of frequency bands supported by the Equalizer engine.
[read-only]
NumberOfPresetsshort. Gets the total number of presets the equalizer supports.
PropertiesEqualizer.Settings. Gets the equalizer properties.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.

Public Events

ParameterDocumentation for this section has not yet been entered.