BitmapVideoFilter

A filter that provides a Bitmap of each frame. It's less performant than using the RawVideoFilter because we do YUV<->ARGB conversions internally.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun applyFilter(videoFrameBitmap: Bitmap)