mirror of
https://github.com/androidx/media.git
synced 2025-05-04 22:20:47 +08:00

This adds two options to the ClippingMediaSource which allow proper clipping of live streams: 1. The clipping stays fixed relative to already created media periods. That means that playback actually progresses through the clipped media and eventually reaches the end of the clipping. The window is also marked as non-dynamic to let playback end in this case. 2. Allow to specify a clipping duration relative to the default position to be able to specify the duration of live stream which is to be played. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=190911049
ExoPlayer library
The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.