Package-level declarations
Types
Link copied to clipboard
Android implementation of VirtualBackgroundProcessor using ML Kit Selfie Segmentation.
Link copied to clipboard
data class ProcessedFrame(val width: Int, val height: Int, val timestamp: Long, val imageData: Any?)
Represents a processed video frame
Link copied to clipboard
interface VirtualBackgroundProcessor
Interface for virtual background processing.
Link copied to clipboard
Android implementation of VirtualBackgroundProcessorFactory.
Factory for creating platform-specific VirtualBackgroundProcessor instances.