Equalizer.GetBand(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the band that has the most effect on the given frequency.
[Android.Runtime.Register("getBand", "(I)S", "GetGetBand_IHandler")]
public virtual short GetBand (int frequency);
[<Android.Runtime.Register("getBand", "(I)S", "GetGetBand_IHandler")>]
abstract member GetBand : int -> int16
override this.GetBand : int -> int16
Parameters
- frequency
- Int32
frequency in milliHertz which is to be equalized via the returned band.
Returns
the frequency band that has most effect on the given frequency.
- Attributes
Exceptions
Remarks
Gets the band that has the most effect on the given frequency.
Java documentation for android.media.audiofx.Equalizer.getBand(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.