DynamicsProcessing.BandBase.CutoffFrequency 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 cutoffFrequency for this band in Hertz (Hz) -or- sets topmost frequency number (in Hz) this band will process.
public virtual float CutoffFrequency { [Android.Runtime.Register("getCutoffFrequency", "()F", "GetGetCutoffFrequencyHandler", ApiSince=28)] get; [Android.Runtime.Register("setCutoffFrequency", "(F)V", "GetSetCutoffFrequency_FHandler", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getCutoffFrequency", "()F", "GetGetCutoffFrequencyHandler", ApiSince=28)>]
[<set: Android.Runtime.Register("setCutoffFrequency", "(F)V", "GetSetCutoffFrequency_FHandler", ApiSince=28)>]
member this.CutoffFrequency : single with get, set
Property Value
cutoffFrequency for this band in Hertz (Hz)
- Attributes
Remarks
Property getter documentation:
gets cutoffFrequency for this band in Hertz (Hz)
Java documentation for android.media.audiofx.DynamicsProcessing.BandBase.getCutoffFrequency()
.
Property setter documentation:
sets topmost frequency number (in Hz) this band will process. The effective bandwidth for the band is then computed using this and the previous band topmost frequency (or 0 Hz for band number 0). Frequencies are expected to increase with band number, thus band 0 cutoffFrequency <= band 1 cutoffFrequency, and so on.
Java documentation for android.media.audiofx.DynamicsProcessing.BandBase.setCutoffFrequency(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.