Calls to any SyncMediaPlayer seek method will clamp the timeline position to be
within the range.
Seeking to a position after the range clamps the position to range.end
.
Seeking to a position before the range clamps the position to range.start
.
Note that if the SyncMediaPlayer
is attached to a ReaderView
, the playback range
will still be removed if the ReaderView is navigated so that playback range
no longer intersects with the ReaderView's reading position.
Seeking to a position outside the range removes the range. A position is considered outside the range if:
range.start
range.end
Generated using TypeDoc
Any seeking removes the range.