DynamicsProcessing.MbcBand.NoiseGateThreshold 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 noise gate threshold in decibels (dB) from 0 dB Full Scale (dBFS). -or- sets noise gate threshod in decibels (dB).
public float NoiseGateThreshold { [Android.Runtime.Register("getNoiseGateThreshold", "()F", "", ApiSince=28)] get; [Android.Runtime.Register("setNoiseGateThreshold", "(F)V", "", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getNoiseGateThreshold", "()F", "", ApiSince=28)>]
[<set: Android.Runtime.Register("setNoiseGateThreshold", "(F)V", "", ApiSince=28)>]
member this.NoiseGateThreshold : single with get, set
Property Value
Noise Gate Threshold in decibels (dB)
- Attributes
Remarks
Property getter documentation:
gets the noise gate threshold in decibels (dB) from 0 dB Full Scale (dBFS). Noise gate thresholds are negative. Signals below this level will be expanded according the expanderRatio parameter. A Noise Gate Threshold of -75 dB means very quiet signals might be effectively removed from the signal.
Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getNoiseGateThreshold()
.
Property setter documentation:
sets noise gate threshod in decibels (dB). See android.media.audiofx.DynamicsProcessing.MbcBand#getNoiseGateThreshold
for more information.
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.