-
Notifications
You must be signed in to change notification settings - Fork 246
AccurateSeek
xinbaicheng edited this page Aug 28, 2017
·
6 revisions
针对播放短视频时进行seek操作经常会有无法seek到准确的位置的场景,故新增了接口:
void seekTo(long msec, boolean accurate)
/**
* 快进快退
* @param msec 目标时间点,单位:毫秒
* @param accurate true表示为精准seek,反之则否
* @throws IllegalStateException
*/
public void seekTo(long msec, boolean accurate);
支持版本: v1.6.5及以上版本
播放建议: 此功能会影响Seek的速度,建议小于3min的视频开启此功能