Package 

Interface GSYVideoProgressListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onProgress(long progress, long secProgress, long currentPosition, long duration)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onProgress

         abstract void onProgress(long progress, long secProgress, long currentPosition, long duration)
        Parameters:
        progress - 当前播放进度(暂停后再播放可能会有跳动)
        secProgress - 当前内存缓冲进度(可能会有0值)
        currentPosition - 当前播放位置(暂停后再播放可能会有跳动)
        duration - 总时长