-
public interface SeekListener
-
-
Method Summary
-
-
Method Detail
-
onSeekTo
abstract void onSeekTo(long fromSeekPosition, long currentSeekPosition)
Indicates a seek event.
- Parameters:
fromSeekPosition
- the absolute position where the seek startedcurrentSeekPosition
- the absolute end seek position
-
onSeekEnd
abstract void onSeekEnd()
Indicates the seek event has ended.
-
-
-
-