DynamicsProcessing.Limiter.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 limiter compressor threshold measured in decibels (dB) from 0 dB Full Scale (dBFS). -or- sets the limiter 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
limiter compressor threshold in decibels (dB)
- Attributes
Remarks
Property getter documentation:
gets the limiter compressor threshold measured in decibels (dB) from 0 dB Full Scale (dBFS). Thresholds are negative. A threshold of 0 dB means no limiting will take place.
Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.getThreshold()
.
Property setter documentation:
sets the limiter compressor threshold measured in decibels (dB) from 0 dB Full Scale (dBFS). Thresholds are negative. A threshold of 0 dB means no limiting will take place.
Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.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.