Package 

Interface SeekListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onSeekTo(long fromSeekPosition, long currentSeekPosition) Indicates a seek event.
      abstract void onSeekEnd() Indicates the seek event has ended.
      • Methods inherited from class java.lang.Object

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

      • onSeekTo

         abstract void onSeekTo(long fromSeekPosition, long currentSeekPosition)

        Indicates a seek event.

        Parameters:
        fromSeekPosition - the absolute position where the seek started
        currentSeekPosition - the absolute end seek position
      • onSeekEnd

         abstract void onSeekEnd()

        Indicates the seek event has ended.