Język

DynamicsProcessing.Channel.GetMbcBand(Int32) Method

Definition

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.

Applies to