media/library
tonihei 714fa477d0 Add isLastInTimelineWindow to MediaPeriodInfo.
This information isn't easily available to the player at the moment (or it
would need to revaluate this every time), so add it to MediaPeriodInfo similar
to the existing isLastInTimelinePeriod.

The player needs to know whether a MediaPeriod is the last in its Timeline
window if we want to add an option to pause at the end of a window.

PiperOrigin-RevId: 294877628
2020-02-13 15:45:39 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Add Format peak and average bitrate (hidden for now) 2020-02-13 15:44:03 +00:00
core Add isLastInTimelineWindow to MediaPeriodInfo. 2020-02-13 15:45:39 +00:00
dash DataSpec: Deprecate most constructors 2020-02-13 15:43:54 +00:00
extractor FakeTrackOutput: test all the formats sent 2020-02-13 15:44:47 +00:00
hls Split bitrate into average and peak in VariantInfo 2020-02-13 15:45:04 +00:00
smoothstreaming DataSpec: Deprecate most constructors 2020-02-13 15:43:54 +00:00
ui Video frame processing offset in DecoderCounters 2020-02-13 15:45:22 +00: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.