Package 

Class LocalVideoThumbnailProducer

  • All Implemented Interfaces:
    com.facebook.imagepipeline.producers.Producer

    
    public class LocalVideoThumbnailProducer
     implements Producer<CloseableReference<CloseableImage>>
                        

    A producer that creates video thumbnails.

    At present, these thumbnails are created on the java heap rather than being pinned purgeables. This is deemed okay as the thumbnails are only very small.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String PRODUCER_NAME
    • Method Summary

      Modifier and Type Method Description
      void produceResults(Consumer<CloseableReference<CloseableImage>> consumer, ProducerContext producerContext)
      • Methods inherited from class com.facebook.imagepipeline.producers.Producer

        produceResults
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait