Condividi tramite


DynamicsProcessing.MbcBand.ExpanderRatio Property

Definition

gets Expander ratio (1:N) for signals below the Noise Gate Threshold. -or- sets Expander ratio (1:N) for signals below the Noise Gate Threshold.

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

Property Value

Expander ratio (1:N)

Attributes

Remarks

Property getter documentation:

gets Expander ratio (1:N) for signals below the Noise Gate Threshold.

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

Property setter documentation:

sets Expander ratio (1:N) for signals below the Noise Gate Threshold.

Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setExpanderRatio(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