雪碧解析类
class com::tencent::rtmp::TXImageSprite |
Public 成员函数 | |
TXImageSprite (Context context) | |
void | setVTTUrlAndImageUrls (String vttUrl, List< String > images) |
Bitmap | getThumbnail (float time) |
void | release () |
|
inline |
|
inline |
获取缩略图
time | 时间点,单位秒 |
|
inline |
使用完毕调用release 否则会造成内存泄漏
|
inline |
设置雪碧图地址
vttUrl | VTT链接 |
images | 雪碧图大图列表 |