Class BitmapVideoFilter
-
- All Implemented Interfaces:
public abstract class BitmapVideoFilter extends VideoFilter
A filter that provides a Bitmap of each frame. It's less performant than using the RawVideoFilter because we do YUV<->ARGB conversions internally.
-
-
Constructor Summary
Constructors Constructor Description BitmapVideoFilter()
-
Method Summary
Modifier and Type Method Description abstract UnitapplyFilter(Bitmap videoFrameBitmap)-
-
Method Detail
-
applyFilter
abstract Unit applyFilter(Bitmap videoFrameBitmap)
-
-
-
-