mirror of
https://github.com/androidx/media.git
synced 2025-05-10 09:12:16 +08:00

Assert that opening the DataSource at the end of the resource results in only RESULT_END_OF_INPUT being read. open() and read() are still permitted to throw, although this permissiveness will be removed in subsequent commits. PiperOrigin-RevId: 362905314