media/libraries/test_session_current/src
michaelkatz 9336b95bf4 Changed MediaController to return last estimated position while paused
The method getCurrentPosition() may return a lesser position during pause than the previous retrieved value due to ipc call delay in playerInfo update. Users see track position jump backwards at pause. Fixed to return last estimated position while paused if have not received updated playerInfo. Code is deduped to point getContentPosition() to getCurrentPosition() when !isPlayingAd.

PiperOrigin-RevId: 486617341
2022-11-08 11:30:01 +00:00
..
androidTest Changed MediaController to return last estimated position while paused 2022-11-08 11:30:01 +00:00
main Add 'Player.getVideoSurfaceSize' that returns the size of the surface 2022-11-08 11:25:43 +00:00