次の方法で共有


DynamicsProcessing.MbcBand.Ratio Property

Definition

gets the compressor ratio (N:1) -or- sets compressor ratio (N:1)

public float Ratio { [Android.Runtime.Register("getRatio", "()F", "", ApiSince=28)] get; [Android.Runtime.Register("setRatio", "(F)V", "", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getRatio", "()F", "", ApiSince=28)>]
[<set: Android.Runtime.Register("setRatio", "(F)V", "", ApiSince=28)>]
member this.Ratio : single with get, set

Property Value

compressor ratio (N:1)

Attributes

Remarks

Property getter documentation:

gets the compressor ratio (N:1)

Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getRatio().

Property setter documentation:

sets compressor ratio (N:1)

Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setRatio(float).

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