amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.audiovideo.video.backgroundfilter.backgroundreplacement / BackgroundReplacementConfiguration

BackgroundReplacementConfiguration

class BackgroundReplacementConfiguration

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

Parameters

image - : Bitmap - An image to replace video background with. Defaults to shaded blue colored image.

Constructors

<init>

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

BackgroundReplacementConfiguration(image: Bitmap = createReplacementImage())

Properties

image

: Bitmap - An image to replace video background with. Defaults to shaded blue colored image.

var image: Bitmap