BackgroundBlurConfiguration

class BackgroundBlurConfiguration @JvmOverloads constructor(var blurStrength: Float = 7.0f)

A set of options that can be supplied when creating a background blur video frame processor.

Parameters

blurStrength

: Float - Supported range 0 < blurStrength <= 25. See https://developer.android.com/reference/android/renderscript/ScriptIntrinsicBlur#setRadius(float). Defaults to value of 7.0f.

Constructors

Link copied to clipboard
constructor(blurStrength: Float = 7.0f)

Properties

Link copied to clipboard