Interface SeekListener


public interface SeekListener
The seek event listener.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Indicates the seek event has ended.
    void
    onSeekTo(long absoluteEndSeekPosition)
    Indicates a seek event.
  • Method Details

    • 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.