media/library
olly 46af49e282 Clean up easy cases of downstream format notification
- This makes it so that onDownstreamFormatChanged will occur before the corresponding
  renderer event. This was not previously the case, since the renderer would typically
  read the format (and report its event), then a sample (causing the
  onDownstreamFormatChanged event).
- The remaining ones to update are ChunkSampleStream (DASH + HLS), which will be done
  in a way that fixes #4533, and HLS.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=212434874
2018-09-12 15:17:19 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Clean up easy cases of downstream format notification 2018-09-12 15:17:19 +01:00
dash Be explicit about character set. 2018-09-12 14:58:33 +01:00
hls Make seeking when there's a pending reset more obviously correct 2018-09-12 15:14:02 +01:00
smoothstreaming Extend updateSelectedTrack method with additional information. 2018-09-03 14:04:45 +01:00
ui Dispatch notification actions to the originating PlayerNotificationManager only. 2018-09-06 12:00: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.