Interface SeekListener


  • public interface SeekListener
    The seek event listener.
    • Method Detail

      • onSeekTo

        void onSeekTo​(long absoluteEndSeekPosition)
        Indicates a seek event.
        Parameters:
        absoluteEndSeekPosition - the absolute end seek position
      • onSeekEnd

        void onSeekEnd()
        Indicates the seek event has ended.