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.

Properties

Link copied to clipboard
Returns the same list of TimedThumbnail received without filtering any image.

Functions

Link copied to clipboard
abstract fun filter(timedThumbnailList: List<TimedThumbnail>): List<TimedThumbnail>
Receives the list of TimedThumbnail and iterates over all available TimedThumbnail and selects a sublist of it.