Package 

Interface GSYVideoGifSaveListener

    • Method Summary

      Modifier and Type Method Description
      abstract void process(int curPosition, int total)
      abstract void result(boolean success, File file)
      • Methods inherited from class java.lang.Object

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

      • process

         abstract void process(int curPosition, int total)
      • result

         abstract void result(boolean success, File file)