public static interface IPlayer.OnThumbnailListener
Modifier and Type | Method and Description |
---|---|
void |
onGetFail(long position,
ErrorInfo errorInfo)
Failed to retrieve the thumbnail image.
|
void |
onGetSuccess(long position,
ThumbnailBitmapInfo result)
The thumbnail image is retrieved.
|
void onGetSuccess(long position, ThumbnailBitmapInfo result)
position
- The timestamp of the frame from which the thumbnail image is created.result
- The thumbnail image. See ThumbnailBitmapInfo
.