VirtualBackgroundProcessorFactory

Android implementation of VirtualBackgroundProcessorFactory.

Factory for creating platform-specific VirtualBackgroundProcessor instances.

Functions

Link copied to clipboard
actual fun create(context: Any?): VirtualBackgroundProcessor?

Create a new VirtualBackgroundProcessor instance.

expect fun create(context: Any?): VirtualBackgroundProcessor?

Create a new VirtualBackgroundProcessor instance.

Link copied to clipboard
actual fun isSupported(): Boolean

Virtual background processing is supported on Android via ML Kit.

expect fun isSupported(): Boolean

Check if virtual background processing is supported on this platform.