mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +08:00

Adding this callback makes sense for completeness (we have similar callbacks for all other playback state properties), and also to detect audio focus loss while buffering which would currently trigger no callback because isPlaying is still false. Issue:#6203 PiperOrigin-RevId: 271347351