次の方法で共有


DynamicsProcessing.MbcBand.KneeWidth Property

Definition

get Knee Width in decibels (dB) around compressor threshold point. -or- sets knee width in decibels (dB).

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

Property Value

Knee Width in decibels (dB)

Attributes

Remarks

Property getter documentation:

get Knee Width in decibels (dB) around compressor threshold point. Widths are always positive, with higher values representing a wider area of transition from the linear zone to the compression zone. A knee of 0 dB means a more abrupt transition.

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

Property setter documentation:

sets knee width in decibels (dB). See android.media.audiofx.DynamicsProcessing.MbcBand#getKneeWidth for more information.

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