MediaQualityManager.EqualizerCapabilities Property
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 static equalizer capabilities of the device.
public Android.Media.Quality.EqualizerCapabilities? EqualizerCapabilities { [Android.Runtime.Register("getEqualizerCapabilities", "()Landroid/media/quality/EqualizerCapabilities;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getEqualizerCapabilities", "()Landroid/media/quality/EqualizerCapabilities;", "", ApiSince=37)>]
member this.EqualizerCapabilities : Android.Media.Quality.EqualizerCapabilities
Property Value
An EqualizerCapabilities object describing the hardware's equalizer
capabilities, or null if the information is not available.
- Attributes
Remarks
Gets the static equalizer capabilities of the device.
This includes information like the supported gain range (min/max levels) and the center frequencies of all available equalizer bands. This information is static and is not expected to change at runtime.
Android reference for android.media.quality.MediaQualityManager.getEqualizerCapabilities.
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.