media/library
tonihei 08fb7bd65f Support changing ad break positions.
The player already supports changing durations of periods and ads.
The only thing not yet supported is a change in ad break positions
which changes the duration of clipped content ending in an ad break.

Adding support for this requires updating the end position in
MediaPeriodInfo and changing the clip end position of the respective
ClippingMediaPeriod.

Issue: #5067
PiperOrigin-RevId: 373139724
2021-05-11 16:01:25 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Support changing ad break positions. 2021-05-11 16:01:25 +01:00
core Support changing ad break positions. 2021-05-11 16:01:25 +01:00
dash Merge pull request #8894 from cdongieux:fix/issue-8847 2021-05-11 16:01:03 +01:00
extractor Format Java source files 2021-05-06 13:32:25 +01:00
hls Format Java source files 2021-05-06 13:32:25 +01:00
rtsp Enable reading interleaved message in RtspMessageChannel. 2021-05-10 23:42:31 +01:00
smoothstreaming Format Java source files 2021-05-06 13:32:25 +01:00
transformer Format Java source files 2021-05-06 13:32:25 +01:00
ui Format Java source files 2021-05-06 13:32:25 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

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.