The members of Android.Media.Audiofx.Equalizer are listed below.
See Also: Inherited members from Android.Media.Audiofx.AudioEffect
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | ParamBandFreqRange | EqualizerParam (4). Band frequency range. |
const | ParamBandLevel | EqualizerParam (2). Band level. |
const | ParamCenterFreq | EqualizerParam (3). Band center frequency. |
const | ParamCurrentPreset | EqualizerParam (6). Current preset. |
const | ParamGetBand | EqualizerParam (5). Band for a given frequency. |
const | ParamGetNumOfPresets | EqualizerParam (7). Request number of presets. |
const | ParamGetPresetName | EqualizerParam (8). Request preset name. |
const | ParamLevelRange | EqualizerParam (1). Band level range. |
const | ParamNumBands | EqualizerParam (0). Number of bands. |
const | ParamStringSizeMax | EqualizerParam (32). Maximum size for preset name |
[read-only] | CurrentPreset | short. Gets current preset. |
[read-only] | NumberOfBands | short. Gets the number of frequency bands supported by the Equalizer engine. |
[read-only] | NumberOfPresets | short. Gets the total number of presets the equalizer supports. |
Properties | Equalizer.Settings. Gets the equalizer properties. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |
Parameter | Documentation for this section has not yet been entered. |