media/library
gyumin 18d8db4e77 Move DeviceInfo from core to common
In order to use DeviceInfo class in media2, this CL moves the class to
common module. It didn't move the other file in the same package,
DeviceListener, as it's for DeviceComponent but media2 SessionPlayer
doesn't have components as it is already flattened. PlayerCallback will
have equivalent methods of DeviceListener.

PiperOrigin-RevId: 321154997
2020-07-24 10:32:24 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Move DeviceInfo from core to common 2020-07-24 10:32:24 +01:00
core Move DeviceInfo from core to common 2020-07-24 10:32:24 +01:00
dash Migrate uses of deprecated DefaultDownloadFactory constructor 2020-07-24 10:32:15 +01:00
extractor Fix sample time of partially fragmented MP4s with tfdt box 2020-07-24 10:31:12 +01:00
hls Migrate uses of deprecated DefaultDownloadFactory constructor 2020-07-24 10:32:15 +01:00
smoothstreaming Migrate uses of deprecated DefaultDownloadFactory constructor 2020-07-24 10:32:15 +01:00
ui Suppress deprecation warnings in deprecated places 2020-07-24 10:30:53 +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.