media/library
tonihei 61935e14bf Add option to pause at end of stream to ExoPlayerImplInternal
This option marks streams as final such that renderers play them out
completely, then waits until this happened, and then sets the player
to paused. After that, the player can continue to read the next period
to quickly resume playback if needed.

PiperOrigin-RevId: 298824745
2020-03-10 10:18:37 +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 option to pause at end of stream to ExoPlayerImplInternal 2020-03-10 10:18:37 +00:00
dash remove unnecessary null-check 2020-03-10 10:17:31 +00:00
extractor Add setCoreFlacExtractorFlags on DefaultExtractory 2020-03-10 10:18:21 +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 Disable text selection in SubtitleWebView 2020-03-10 10:17:56 +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.