製品アップデート情報
API | Description |
Constructor. | |
Set sprite sheet address. | |
Retrieve a thumbnail. | |
Release resources, call after usage is complete, otherwise it can lead to memory leak. |
public TXImageSprite(Context context)
public void setVTTUrlAndImageUrls(String vttUrl, List<String> imagesUrl)
Parameter Name | Type | Description |
vttUrl | String | sprite sheet web vtt description file download URL. |
imagesUrl | List<String> | sprite sheet image download URL. |
public Bitmap getThumbnail(float time)
Parameter Name | Type | Description |
time | float | Time point, unit: seconds. |
public void release()
フィードバック