mirror of
https://github.com/androidx/media.git
synced 2025-05-07 07:30:22 +08:00

From the spec: If the EXT-X-INDEPENDENT-SEGMENTS tag appears in a Master Playlist, it applies to every Media Segment in every Media Playlist in the Master Playlist. ---- This requires propagation of attributes from the master playlist to the media playlists. This CL only includes independent segments, but other inheritable attributes will be supported in following changes. Other inheritable attributes include variable substitution definitions and session keys. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=202628422
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.