media/library
tonihei 4048033491 Move static network type observation out of DefaultBandwidthMeter
In order to detect 5G-NSA, we need to remove Util.getNetworkType
and replace it with a class that is actively listening to changes.
The network type observation in DefaultBandwidthMeter already provides
the right framework to integrate this and in order to facilitate
further changes we move it to a separate Util class.

The overall effect of this change should be a complete no-op.

PiperOrigin-RevId: 363384567
2021-03-24 18:03:08 +00:00
..
all Add Transformer "Getting started" page 2021-02-03 15:03:16 +00:00
common Add available command to seek to any media item 2021-03-24 18:02:38 +00:00
core Move static network type observation out of DefaultBandwidthMeter 2021-03-24 18:03:08 +00:00
dash Publish API for using MediaParser in DASH 2021-03-12 10:41:41 +00:00
extractor HLS: Allow audio variants to initialize the timestamp adjuster 2021-03-15 19:14:52 +00:00
hls HLS: Allow audio variants to initialize the timestamp adjuster 2021-03-15 19:14:52 +00:00
smoothstreaming Add common prefix to loader thread names 2021-02-11 12:05:06 +00:00
transformer Move MediaFormatUtil into common 2021-02-12 16:39:28 +00:00
ui Add available command to seek in current item 2021-03-15 19:15:19 +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.