Equalizer.GetBandFreqRange(Int16) Method

Definition

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

Int32[]

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.

Applies to