ResultCallback

interface ResultCallback

Client to receive result for PlaybackSeekDataProvider.getThumbnail.

Functions

Link copied to clipboard
abstract fun onThumbnailLoaded(bitmap: Bitmap?, index: Int)

Client of thumbnail bitmap being loaded. PlaybackSeekDataProvider must invoke this method in UI thread such as in android.os.AsyncTask.onPostExecute.