media/library
bachinger fb73a9dfc8 Make media item of Timeline.Window non-null
This change makes the media item of Timeline.Window non-null by providing a fallback media item in window.set(...). After having migrated all media sources this should not be needed anymore, but a fallback makes it more safe than just making the mediaItem argument of window.set(...) non-null (which is done in a following CL in this chain of CLs).

PiperOrigin-RevId: 314527983
2020-06-04 14:16:04 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Update getFormatFromExtension to take a URI 2020-06-04 14:15:55 +01:00
core Make media item of Timeline.Window non-null 2020-06-04 14:16:04 +01:00
dash Handle factory attributes consistently 2020-05-29 18:34:37 +01:00
extractor Update getFormatFromExtension to take a URI 2020-06-04 14:15:55 +01:00
hls Update getFormatFromExtension to take a URI 2020-06-04 14:15:55 +01:00
smoothstreaming Make SsMediaSource add the media item to the timeline 2020-05-29 18:33:34 +01:00
ui Update TrackSelectionDialogBuilder to use androidx compat Dialog. 2020-05-27 18:59:51 +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.