public class ThumbnailBitmapInfo
extends java.lang.Object
| Constructor and Description |
|---|
ThumbnailBitmapInfo()
Default constructor.
|
ThumbnailBitmapInfo(java.lang.String thumbnailUrl)
Constructor with URL parameter.
|
| Modifier and Type | Method and Description |
|---|---|
long[] |
getPositionRange()
Get the video time range corresponding to the current thumbnail.
|
android.graphics.Bitmap |
getThumbnailBitmap()
Get the bitmap object of the thumbnail.
|
java.lang.String |
getThumbnailUrl()
Get the URL address of the thumbnail.
|
void |
setPositionRange(long[] positionRange)
Set the video time range corresponding to the thumbnail.
|
void |
setThumbnailBitmap(android.graphics.Bitmap thumbnail)
Set the bitmap object of the thumbnail.
|
void |
setThumbnailUrl(java.lang.String thumbnailUrl)
Set the URL address of the thumbnail.
|
public ThumbnailBitmapInfo()
public ThumbnailBitmapInfo(java.lang.String thumbnailUrl)
thumbnailUrl - The URL address of the thumbnailpublic long[] getPositionRange()
public void setPositionRange(long[] positionRange)
positionRange - Time range array containing start time and end time in millisecondspublic android.graphics.Bitmap getThumbnailBitmap()
public void setThumbnailBitmap(android.graphics.Bitmap thumbnail)
thumbnail - The thumbnail bitmap objectpublic java.lang.String getThumbnailUrl()
public void setThumbnailUrl(java.lang.String thumbnailUrl)
thumbnailUrl - The thumbnail URL address