Package 

Interface TimedThumbnailFilter


  • 
    public interface TimedThumbnailFilter
    
                        

    The TimedThumbnail available for a video may be dependent on the duration of such a video, going from dozens to hundreds of images. This filter allows to reduce the amount of images present in the list of TimedThumbnail.

    • Method Summary

      Modifier and Type Method Description
      abstract List<TimedThumbnail> filter(@NonNull() List<TimedThumbnail> timedThumbnailList) Receives the list of TimedThumbnail and iterates over all available TimedThumbnail and selects a sublist of it.
      • Methods inherited from class java.lang.Object

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