media/library
andrewlewis 07f66ea469 Fix NewApi error for DummySurface usage
API level >= 17 is guaranteed by shouldUseDummySurface returning true,
but Android Studio shows a warning anyway.

PiperOrigin-RevId: 295118491
2020-02-17 17:12:39 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Make DrmInitData.SchemeData.uuid public 2020-02-13 15:46:22 +00:00
core Fix NewApi error for DummySurface usage 2020-02-17 17:12:39 +00:00
dash Create a SampleDataReader interface for TrackOutput.sampleData(). 2020-02-13 15:46:13 +00:00
extractor Create a SampleDataReader interface for TrackOutput.sampleData(). 2020-02-13 15:46:13 +00:00
hls Create a SampleDataReader interface for TrackOutput.sampleData(). 2020-02-13 15:46:13 +00:00
smoothstreaming DataSpec: Deprecate most constructors 2020-02-13 15:43:54 +00:00
ui Video frame processing offset in DecoderCounters 2020-02-13 15:45:22 +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.