public static interface AliyunIThumbnailFetcher.OnThumbnailCompletion
Modifier and Type | Method and Description |
---|---|
void |
onError(int errorCode)
The callback when an error occurs.
|
void |
onThumbnailReady(android.graphics.Bitmap frameBitmap,
long time)
The callback when the thumbnail image is obtained successfully.
|
void onThumbnailReady(android.graphics.Bitmap frameBitmap, long time)
frameBitmap
- The thumbnail bitmap.time
- The time when the thumbnail image appears in the video.void onError(int errorCode)
errorCode
- The error code.