EqualizerSettings.Builder.AddBands(IList<EqualizerBand>) 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.
Adds a list of bands to the equalizer settings.
[Android.Runtime.Register("addBands", "(Ljava/util/List;)Landroid/media/quality/EqualizerSettings$Builder;", "", ApiSince=37)]
public Android.Media.Quality.EqualizerSettings.Builder AddBands(System.Collections.Generic.IList<Android.Media.Quality.EqualizerBand> bands);
[<Android.Runtime.Register("addBands", "(Ljava/util/List;)Landroid/media/quality/EqualizerSettings$Builder;", "", ApiSince=37)>]
member this.AddBands : System.Collections.Generic.IList<Android.Media.Quality.EqualizerBand> -> Android.Media.Quality.EqualizerSettings.Builder
Parameters
- bands
- IList<EqualizerBand>
A list of EqualizerBand objects to be added. This value cannot be null.
Returns
This builder instance. This value cannot be null.
- Attributes
Remarks
Adds a list of bands to the equalizer settings.
Android reference for android.media.quality.EqualizerSettings.Builder.addBands.
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.