Implement seekto Media Session callback

Authored by broulik on May 28 2020, 2:37 PM.

Description

Implement seekto Media Session callback

Allows the website to register a handler for seeking media.
seekTime is provided in seconds, conveniently matching the player position which we use.
fastSeek is optional and not supported by us as we don't do a distinction between "multiple subsequent
seek calls" and the final one

Details

Committed
broulikMay 28 2020, 2:40 PM
Parents
R856:a402c06f1556: Compress and reduce MediaSession updates
Branches
Unknown
Tags
Unknown
References
work/seekto