media/library
bachinger d1bbd3507a add media item to create media sources
This change adds the createMediaSource(MediaItem mediaItem) method to the MediaSourceFactory interface. It doesn't deprecate createMediaSource(Uri uri) to keep the cl smaller. Deprecation and removing calls to the deprecated method from within the library and extension follow in a separate CL.

PiperOrigin-RevId: 298352442
2020-03-10 10:17:03 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Remove ByteBufferBackingArray suppression from metadata decoders 2020-03-10 10:16:25 +00:00
core add media item to create media sources 2020-03-10 10:17:03 +00:00
dash add media item to create media sources 2020-03-10 10:17:03 +00:00
extractor Merge pull request #7026 from DolbyLaboratories:dev-v2-test-assets 2020-03-10 10:16:35 +00:00
hls add media item to create media sources 2020-03-10 10:17:03 +00:00
smoothstreaming add media item to create media sources 2020-03-10 10:17:03 +00:00
ui Drop prefix test- from test methods under v2/library 2020-03-10 10:15:43 +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.