Commit Graph

2 Commits

Author SHA1 Message Date
Zaggy1024
2f1c90caae LibMedia: Move ResumingStateHandler::resume() out-of-line 2025-12-16 02:42:48 -06:00
Zaggy1024
ccf4b3f6e9 LibMedia: Implement media seeking
This implementation allows:
- Accurate seeking to an exact timestamp
- Seeking to the keyframe before a timestamp
- Seeking to the keyframe after a timestamp
These three options will be used to satisfy the playback position
selection in the media element's seeking steps.
2025-10-27 17:28:49 -07:00