mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
`AudioTrackPositionTracker.pause` "re-arms" the event, to ensure it fires again when playback resumes. However the `AudioTrack` position advances by about 100ms **after** `AudioTrack.pause()`, which consistently causes the event to fire immediately after pausing (and then **not** after a subsequent resumption). This change checks whether the `AudioTrack` is paused before firing the event, to avoid this spurious trigger. PiperOrigin-RevId: 704759929 |
||
|---|---|---|
| .. | ||
| java/androidx/media3/exoplayer | ||
| AndroidManifest.xml | ||