media/library
bachinger 60f907be6d Make FakeTimeline and FakeMediaSource provide a media item
FakeMediaSource and FakeTimeline should put a media item to the window just as other media sources and timelines do. This change provides a fake media item for both of them.

Further the MaskingMediaSource needs to provide a media item for when the real timeline of the masked media source is not available. This can be easily done by using mediaSource.getMediaItem() once available. For now a dummy is used to make ExoPlayerTest run green. This can be easily change to use mediaSource.getMediaSource as soon as this method is defined by the MediaSource interface.

PiperOrigin-RevId: 314897474
2020-06-05 13:05:48 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Miscellaneous renamings in FilenameUtils 2020-06-05 13:05:20 +01:00
core Make FakeTimeline and FakeMediaSource provide a media item 2020-06-05 13:05:48 +01:00
dash Handle factory attributes consistently 2020-05-29 18:34:37 +01:00
extractor Miscellaneous renamings in FilenameUtils 2020-06-05 13:05:20 +01:00
hls Miscellaneous renamings in FilenameUtils 2020-06-05 13:05:20 +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.