public static interface IPlayer.OnThumbnailListener
| 限定符和类型 | 方法和说明 |
|---|---|
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.