media/library
olly e606893ff8 Create a SampleDataReader interface for TrackOutput.sampleData().
Modify TrackOutput.sampleData() to accept SampleDataReader instead of ExtractorInput. SampleDataReader supports only read and skip calls, which all sampleData() implementations already restrict themselves to.

PiperOrigin-RevId: 294905155
2020-02-13 15:46:13 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Add Format peak and average bitrate (hidden for now) 2020-02-13 15:44:03 +00:00
core Create a SampleDataReader interface for TrackOutput.sampleData(). 2020-02-13 15:46:13 +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.