Equalizer.GetBandLevelRange 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 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
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.