media/library
tonihei c0a3feee00 Add window.isPlaceHolder flag
There are existing bugs that need this flag to know whether the
current information in the window is still a placeholder or can
already be relied on for further calculation.

This flag will probably only ever be set in DummyTimeline, so it's
not added to the window.set method to avoid updating all clients.

Issue:#5924
PiperOrigin-RevId: 291705637
2020-01-27 18:22:15 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Add binarySearchFloor() for LongArrays 2020-01-27 11:05:03 +00:00
core Add window.isPlaceHolder flag 2020-01-27 18:22:15 +00:00
dash Fix some blaze warnings 2020-01-24 11:11:56 +00:00
extractor Justify MP3 ConstantBitrateSeeker frame size + add tests 2020-01-27 18:22:06 +00:00
hls make media source factories reusable 2020-01-17 16:12:41 +00:00
smoothstreaming Make resolveSeekPositionUs an instance method 2020-01-24 11:10:56 +00:00
ui Move @MonotonicNonNull annotations to their correct positions 2020-01-16 13:51:09 +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.