media/library
tonihei df81bd6a68 Make ExtractorMediaSource a CompositeMediaSource instead of just wrapping.
It's easy to forget to forward methods when using basic wrapping. For example,
ExtractorMediaSource.addEventListener is currently a no-op because it's not
forwarded.

PiperOrigin-RevId: 257757556
2019-07-14 16:24:39 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Make ExtractorMediaSource a CompositeMediaSource instead of just wrapping. 2019-07-14 16:24:39 +01:00
dash Remove some remaining references to manifests. 2019-07-14 16:24:21 +01:00
hls Change HlsSampleStreamWrapper.prepareWithMasterPlaylistInfo to take a TrackGroup[] 2019-07-14 16:23:00 +01:00
smoothstreaming Plumb DrmSessionManager into SsMediaSource 2019-07-14 16:23:19 +01:00
ui add manifest to Timeline.Window 2019-07-14 16:20:45 +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.