Equalizer.GetBandFreqRange(Int16) 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 frequency range of the given frequency band.
[Android.Runtime.Register("getBandFreqRange", "(S)[I", "GetGetBandFreqRange_SHandler")]
public virtual int[]? GetBandFreqRange (short band);
[<Android.Runtime.Register("getBandFreqRange", "(S)[I", "GetGetBandFreqRange_SHandler")>]
abstract member GetBandFreqRange : int16 -> int[]
override this.GetBandFreqRange : int16 -> int[]
Parameters
- band
- Int16
frequency band whose frequency range is requested. The numbering of the bands starts from 0 and ends at (number of bands - 1).
Returns
the frequency range in millHertz in an array of integers. The first element is the lower limit of the range, the second element the upper limit.
- Attributes
Exceptions
Remarks
Gets the frequency range of the given frequency band.
Java documentation for android.media.audiofx.Equalizer.getBandFreqRange(short)
.
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.