DynamicsProcessing.MbcBand.Threshold Property
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 the compressor threshold measured in decibels (dB) from 0 dB Full Scale (dBFS). -or- sets the compressor threshold measured in decibels (dB) from 0 dB Full Scale (dBFS).
public float Threshold { [Android.Runtime.Register("getThreshold", "()F", "", ApiSince=28)] get; [Android.Runtime.Register("setThreshold", "(F)V", "", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getThreshold", "()F", "", ApiSince=28)>]
[<set: Android.Runtime.Register("setThreshold", "(F)V", "", ApiSince=28)>]
member this.Threshold : single with get, set
Property Value
compressor threshold in decibels (dB)
- Attributes
Remarks
Property getter documentation:
gets the compressor threshold measured in decibels (dB) from 0 dB Full Scale (dBFS). Thresholds are negative. A threshold of 0 dB means no compression will take place.
Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getThreshold()
.
Property setter documentation:
sets the compressor threshold measured in decibels (dB) from 0 dB Full Scale (dBFS). Thresholds are negative. A threshold of 0 dB means no compression will take place.
Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setThreshold(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.