media/library
olly 42d4afe7b6 Make Format.Builder, peakBitrate and averageBitrate public
- Deprecate old Format.createXXX methods
- Deprecate most Format.copyXXX methods
- Stop using deprecated Format.copyXXX methods in the library

Note: Replacing library usages of Format.createXXX method
will be done in follow up CLs. These changes aren't purely
mechanical because we need to decide which out of peakBitrate
and averageBitrate to set in each case where currently a
single bitrate is provided.

Issue: #2863
PiperOrigin-RevId: 296450935
2020-02-25 21:23:21 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Make Format.Builder, peakBitrate and averageBitrate public 2020-02-25 21:23:21 +00:00
core Make Format.Builder, peakBitrate and averageBitrate public 2020-02-25 21:23:21 +00:00
dash Make Format.Builder, peakBitrate and averageBitrate public 2020-02-25 21:23:21 +00:00
extractor Make Format.Builder, peakBitrate and averageBitrate public 2020-02-25 21:23:21 +00:00
hls Make Format.Builder, peakBitrate and averageBitrate public 2020-02-25 21:23:21 +00:00
smoothstreaming Remove DefaultSsChunkSource from nullness blacklist 2020-02-17 17:40:31 +00:00
ui Fix lint errors 2020-02-25 21:21:29 +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.