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

The stream offset is used to calculate the presentation time of a metadata object when reading and later when playing, to calculate the current presentation time to decide whether to send the metadata to the output. Accordingly, the presentation time of a pending metadata that has been calculated with a given offset needs to be recalculated when the stream offset changes. #minor-release PiperOrigin-RevId: 472499943 (cherry picked from commit 0896c4dd3665980d89577db20d247ac13fcd236b)
Common module
Provides common code and utilities used by other media modules. Application code will not normally need to depend on this module directly.