loadPreview

abstract fun loadPreview(thumbnailView: ThumbnailView, playheadPosition: Long, duration: Long)

Given a playhead position, finds a TimedThumbnail in the ThumbnailDocument set with setThumbnailDocument, and loads it into the ThumbnailView.

Parameters

thumbnailView

the view to load the preview thumbnail image

playheadPosition

the Video's playhead position

duration

the Video's duration