media/library
tonihei 08478d1163 Remove throws clause from Renderer.stop
We don't need the renderer immediately after stopping, so the
renderer should not throw a checked exception until it's used again.
This is inline with the not throwing from disable().

Also, none of the known implementation throw an exception at the moment
and all reasonable base classes omit the throws clause already.

PiperOrigin-RevId: 319503643
2020-07-03 15:31:41 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Add some missing nullness assertions. 2020-07-03 15:31:30 +01:00
core Remove throws clause from Renderer.stop 2020-07-03 15:31:41 +01:00
dash Discard samples on the write-side of SampleQueue 2020-07-03 09:01:46 +01:00
extractor MP4: set TrackSampleTable to 0 when there are no samples 2020-07-03 15:31:09 +01:00
hls Discard samples on the write-side of SampleQueue 2020-07-03 09:01:46 +01:00
smoothstreaming Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
ui Increase char limits for some string translations 2020-07-03 09:03:24 +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.