media/library
tonihei 3b26c218e1 Deduplicate clear playlist code for stop(true) calls.
The logic to clear the playlist is currently duplicated in various
reset methods so that calls to player.stop(true) can clear the playlist.

This can be deduplicated by clearing the playlist as a seperate
operation that reuses the existing code.

PiperOrigin-RevId: 321578759
2020-07-24 10:37:50 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Assorted deprecation fixes/migrations/suppressions 2020-07-24 10:37:41 +01:00
core Deduplicate clear playlist code for stop(true) calls. 2020-07-24 10:37:50 +01:00
dash Migrate usages of deprecated SimpleCache constructors 2020-07-24 10:37:14 +01:00
extractor Fix sample time of partially fragmented MP4s with tfdt box 2020-07-24 10:31:12 +01:00
hls Migrate usages of deprecated SimpleCache constructors 2020-07-24 10:37:14 +01:00
smoothstreaming Release Extractor resources in DASH 2020-07-24 10:34:48 +01:00
ui Migrate usages of deprecated Player#set/getPlaybackParameters() 2020-07-24 10:33:36 +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.