-
public interface GSYVideoProgressListener进度回调 Created by guoshuyu on 2017/12/20.
-
-
Method Summary
Modifier and Type Method Description abstract voidonProgress(long progress, long secProgress, long currentPosition, long duration)-
-
Method Detail
-
onProgress
abstract void onProgress(long progress, long secProgress, long currentPosition, long duration)
- Parameters:
progress- 当前播放进度(暂停后再播放可能会有跳动)secProgress- 当前内存缓冲进度(可能会有0值)currentPosition- 当前播放位置(暂停后再播放可能会有跳动)duration- 总时长
-
-
-
-