mirror of
https://github.com/androidx/media.git
synced 2025-05-15 11:39:56 +08:00

Currently, whenever the clipping is updated, we move the time frame of the clipped period to start at 0. This causes problems when we are already playing this period and the renderer position does no longer match the stream positions. This change keeps the time frame of the clipped media period as it is and instead specifies the offset of the window in the period. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=189570277