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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit applyFilter(Bitmap videoFrameBitmap)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BitmapVideoFilter

        BitmapVideoFilter()