create

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

Create a new VirtualBackgroundProcessor instance.

Return

A new AndroidVirtualBackgroundProcessor instance

Parameters

context

Android Context

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

Create a new VirtualBackgroundProcessor instance.

Return

A new processor instance, or null if not supported on this platform

Parameters

context

Platform-specific context (Android Context, etc.)