EqualizerCapabilities.SupportedFrequenciesHz 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 an array of all supported band center frequencies in Hertz (Hz).
public System.Collections.Generic.IList<Java.Lang.Integer> SupportedFrequenciesHz { [Android.Runtime.Register("getSupportedFrequenciesHz", "()Ljava/util/List;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getSupportedFrequenciesHz", "()Ljava/util/List;", "", ApiSince=37)>]
member this.SupportedFrequenciesHz : System.Collections.Generic.IList<Java.Lang.Integer>
Property Value
- Attributes
Remarks
Gets an array of all supported band center frequencies in Hertz (Hz).
Android reference for android.media.quality.EqualizerCapabilities.getSupportedFrequenciesHz.
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.