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