mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

We currently keep the sequence number if we don't reset the position. However, the sequence number should be kept if we don't reset the state. Otherwise re-prepare with position reset is counted as new playback although it's still the same. PiperOrigin-RevId: 261644924