DynamicsProcessing.Channel.GetMbcBand(Int32) 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 MbcBand configuration for Mbc stage, for given band index.
[Android.Runtime.Register("getMbcBand", "(I)Landroid/media/audiofx/DynamicsProcessing$MbcBand;", "", ApiSince=28)]
public Android.Media.Audiofx.DynamicsProcessing.MbcBand GetMbcBand(int band);
[<Android.Runtime.Register("getMbcBand", "(I)Landroid/media/audiofx/DynamicsProcessing$MbcBand;", "", ApiSince=28)>]
member this.GetMbcBand : int -> Android.Media.Audiofx.DynamicsProcessing.MbcBand
Parameters
- band
- Int32
index of band of interest from Mbc stage
Returns
MbcBand configuration
- Attributes
Remarks
Gets MbcBand configuration for Mbc stage, for given band index.
Android reference for android.media.audiofx.DynamicsProcessing.Channel.getMbcBand.
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.