EqualizerBand(Int32, Int32, Single) Constructor
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.
Constructs an EqualizerBand.
[Android.Runtime.Register(".ctor", "(IIF)V", "", ApiSince=37)]
public EqualizerBand(int frequencyHz, int gainDb, float qFactor);
[<Android.Runtime.Register(".ctor", "(IIF)V", "", ApiSince=37)>]
new Android.Media.Quality.EqualizerBand : int * int * single -> Android.Media.Quality.EqualizerBand
Parameters
- frequencyHz
- Int32
The center frequency of this band in Hertz (Hz).
- gainDb
- Int32
The gain (level) for this band in decibels (dB).
- qFactor
- Single
The Quality Factor (Q).
- Attributes
Remarks
Constructs an EqualizerBand.
Android reference for android.media.quality.EqualizerBand.EqualizerBand.
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.