Package com.brightcove.ssai.seek
Interface SeekListener
-
public interface SeekListener
The seek event listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSeekEnd()
Indicates the seek event has ended.void
onSeekTo(long absoluteEndSeekPosition)
Indicates a seek event.
-