amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.audiovideo.video.backgroundfilter.backgroundblur / BackgroundBlurConfiguration

BackgroundBlurConfiguration

class BackgroundBlurConfiguration

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

<init>

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

BackgroundBlurConfiguration(blurStrength: Float = 7.0f)

Properties

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