class BackgroundReplacementConfiguration
A set of options that can be supplied when creating a background replacement video frame processor.
image
- : Bitmap - An image to replace video background with. Defaults to shaded blue
colored image.
<init> |
A set of options that can be supplied when creating a background replacement video frame processor. BackgroundReplacementConfiguration(image: Bitmap = createReplacementImage()) |
image |
: Bitmap - An image to replace video background with. Defaults to shaded blue colored image. var image: Bitmap |