SSAIThumbnailDocument

A Wrapping ThumbnailDocument used in the SSAI plugin to better handle the relative playhead position from the SeekBar and the absolute position values in an SSAI Video and its preview thumbnails.

Constructors

Link copied to clipboard
constructor(defaultThumbnailDocument: ThumbnailDocument, timeline: Timeline)
Creates an instance by wrapping an exising ThumbnailDocument object, along with a Timeline to calculate the absolute playhead position from the relative playhead position.

Functions

Link copied to clipboard
open fun get(relativePosition: Long): TimedThumbnail
Link copied to clipboard
open fun getAll(): List<TimedThumbnail>