DefaultTimedThumbnailFilter

Filters a given ThumbnailDocument alowing a maximum number of MAX_NUMBER_OF_TIMED_THUMBNAILSTimedThumbnail. The TimedThumbnails are selected with the same distance from one another and its start and end time are updated to avoid gaps between them.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Default number of TimedThumbnail allowed in a ThumbnailDocument

Functions

Link copied to clipboard
open fun filter(originalTimedThumbnailList: List<TimedThumbnail>): List<TimedThumbnail>