media/libraries/exoplayer/src/androidTest
ibaker c377a34a5a Don't call onAudioPositionAdvancing if AudioTrack is paused
`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
2024-12-10 10:31:46 -08:00
..
java/androidx/media3/exoplayer Don't call onAudioPositionAdvancing if AudioTrack is paused 2024-12-10 10:31:46 -08:00
AndroidManifest.xml Remove Multidex 2024-07-24 16:17:00 +01:00