Bug 186929
| Summary: | activecues changes should occur at < 250ms intervals | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jer Noble <jer.noble> |
| Component: | Media | Assignee: | Eric Carlson <eric.carlson> |
| Status: | ASSIGNED | ||
| Severity: | Normal | CC: | eric.carlson, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jer Noble
Currently, during playback we only check for active cue changes on a 250ms timer interval. Some media players have the ability to notify callers when the media's current time crosses a given boundary; we should implement a MediaPlayer & MediaPlayerPrivate callback request API, and use that to drive active cue change behavior.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jer Noble
<rdar://problem/40734620>