media/library
tonihei d625af67db Add load cancelation support to DASH and SS
Issue: #7244 added this feature to HLS. This change is the exact copy
in ChunkSampleStream to add the same support to the other adaptive
formats.

Note that ChunkSampleStream doesn't support slicing, so we can't cancel
a read-from chunk, and we need to prevent reading into an already
canceled chunk load so that the chunk can be automatically discarded
after the cancelation.

Issue: #2848
PiperOrigin-RevId: 324179972
2020-08-01 12:56:39 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Implement device info/volume methods 2020-08-01 12:54:23 +01:00
core Add load cancelation support to DASH and SS 2020-08-01 12:56:39 +01:00
dash Add load cancelation support to DASH and SS 2020-08-01 12:56:39 +01:00
extractor Stop auto-generating a CEA-608 track for standalone TS 2020-08-01 12:55:54 +01:00
hls Add load cancelation support to DASH and SS 2020-08-01 12:56:39 +01:00
smoothstreaming Add load cancelation support to DASH and SS 2020-08-01 12:56:39 +01:00
ui Makes controls initially hidden 2020-07-27 23:59:16 +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.