BackgroundBlurConfiguration(blurStrength: Float = 7.0f)
A set of options that can be supplied when creating a background blur video frame processor.
blurStrength
- : Float - Supported range 0 < blurStrength <= 25.
See https://developer.android.com/reference/android/renderscript/ScriptIntrinsicBlur#setRadius(float).
Defaults to value of 7.0f.