Files
shaka-player/lib/util
Álvaro Velad Galván e4fcc943c0 feat: Add canupdatestarttime to allow update the startTime safely (#8604)
Close https://github.com/shaka-project/shaka-player/issues/8506

Example of use:

```
this.player_.addEventListener('canupdatestarttime', () => {
  this.player_.updateStartTime(this.player_.seekRange().start + 300);
});
```
2025-05-14 07:28:05 +02:00
..
2020-07-16 10:59:49 -07:00
2025-04-01 09:51:36 +02:00