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

These tests addresses two identified gaps in the contract: - Ensures that the output buffer offset passed to the `DataSource.read` method is correctly applied. - Verifies that the position within the input stream is properly incremented when reading in two parts. PiperOrigin-RevId: 656358935