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()
-