PlaybackSeekDataProvider.ResultCallback

public class PlaybackSeekDataProvider.ResultCallback


Client to receive result for getThumbnail.

Summary

Public constructors

Public methods

void
onThumbnailLoaded(Bitmap bitmap, int index)

Client of thumbnail bitmap being loaded.

Public constructors

ResultCallback

Added in 1.1.0
public ResultCallback()

Public methods

onThumbnailLoaded

Added in 1.1.0
public void onThumbnailLoaded(Bitmap bitmap, int index)

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

Parameters
Bitmap bitmap

Result of bitmap.

int index

Index of getSeekPositions.