media/library
andrewlewis 625c734726 Enable nullness checking for the IMA extension
adPlaybackState is now non-null, and the uninitialized case is covered by a new
boolean hasAdPlaybackState. Position progress updates are now non-null and
initialized with IMA's VIDEO_TIME_NOT_READY constant.

Also fix some misc code issues:
- Remove empty branch for SmoothStreaming (Android Studio warns about this).
- Tidy onTimelineChanged and onPositionDiscontinuity and the methods they call
  to improve naming.
- Remove logging for IMA events after release, as these methods are expected to
  be called in the current IMA SDK behavior.

PiperOrigin-RevId: 308977116
2020-05-01 19:46:22 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Rename sourceUri to uri 2020-05-01 19:46:04 +01:00
core Enable nullness checking for the IMA extension 2020-05-01 19:46:22 +01:00
dash Rename sourceUri to uri 2020-05-01 19:46:04 +01:00
extractor Remove ExtractorAsserts overloads that take a Context 2020-04-27 10:41:49 +01:00
hls Rename sourceUri to uri 2020-05-01 19:46:04 +01:00
smoothstreaming Rename sourceUri to uri 2020-05-01 19:46:04 +01:00
ui Add fall-back behaviour for vertical cues if rendering isn't supported 2020-05-01 19:45:55 +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.