Equalizer.GetBandLevelRange Method

Definition

Gets the level range for use by #setBandLevel(short,short).

[Android.Runtime.Register("getBandLevelRange", "()[S", "GetGetBandLevelRangeHandler")]
public virtual short[]? GetBandLevelRange ();
[<Android.Runtime.Register("getBandLevelRange", "()[S", "GetGetBandLevelRangeHandler")>]
abstract member GetBandLevelRange : unit -> int16[]
override this.GetBandLevelRange : unit -> int16[]

Returns

Int16[]

the band level range in an array of short integers. The first element is the lower limit of the range, the second element the upper limit.

Attributes

Exceptions

Remarks

Gets the level range for use by #setBandLevel(short,short). The level is expressed in milliBel.

Java documentation for android.media.audiofx.Equalizer.getBandLevelRange().

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