Package 

Class DefaultPreviewLoader

    • Method Detail

      • setThumbnailDocument

         void setThumbnailDocument(@NonNull() ThumbnailDocument thumbnailDocument)

        Sets the ThumbnailDocument containing the TimedThumbnail corresponding to a particular com.brightcove.player.model.Video.

        Parameters:
        thumbnailDocument - the Thumbnail document
      • loadPreview

         void loadPreview(@NonNull() ThumbnailView thumbnailView, long seekBarPosition, long seekBarMax)

        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