media/libraries/database/src/main/java/androidx/media3/database
tonihei 2322462404 Do not trim audio samples by changing their timestamp
MP4 edit lists sometimes ask to start playback between two samples.
If this happens, we currently change the timestamp of the first
sample to zero to trim it (e.g. to display the first frame for a
slightly shorter period of time). However, we can't do this to audio
samples are they have an inherent duration and trimming them this
way is not possible.

#minor-release

PiperOrigin-RevId: 543420218
2023-06-29 22:50:04 +00:00
..
DatabaseIOException.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
DatabaseProvider.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
DefaultDatabaseProvider.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
ExoDatabaseProvider.java Reformat some javadoc 2022-02-18 14:54:02 +00:00
package-info.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
StandaloneDatabaseProvider.java Update to androidx.media3 2021-10-27 09:12:46 +01:00
VersionTable.java Do not trim audio samples by changing their timestamp 2023-06-29 22:50:04 +00:00