media/library
olly 690e97a5ac Rollback of 3bb0210d22
*** Original commit ***

Move SimpleExoPlayer logic into ExoPlayerImpl

This makes SimpleExoPlayer a simple forwarding wrapper which can be
removed in the future.

The changes are all purely mechanical with none of the potential further
simplifications made yet. The only exceptions are name clashes where
either EPI or SEP was calling a method in one of the classes and both
classes had different implementations for the same method name. In these
cases we needed to disambiguate between the two different
implementations (e

***

PiperOrigin-RevId: 426997821
2022-02-21 17:05:04 +00:00
..
all Fix minimum API level issue 2022-02-21 17:05:04 +00:00
common Revert of b19ced30c4 2022-02-21 17:05:04 +00:00
core Rollback of 3bb0210d22 2022-02-21 17:05:04 +00:00
dash Revert of b19ced30c4 2022-02-21 17:05:04 +00:00
database Mark all non-public IntDefs as only TYPE_USE 2022-02-21 16:59:57 +00:00
datasource Revert of b19ced30c4 2022-02-21 17:05:04 +00:00
decoder Revert of b19ced30c4 2022-02-21 17:05:04 +00:00
extractor Revert of b19ced30c4 2022-02-21 17:05:04 +00:00
hls Revert of b19ced30c4 2022-02-21 17:05:04 +00:00
rtsp Revert of b19ced30c4 2022-02-21 17:05:04 +00:00
smoothstreaming Remove setTag from (Ss|Hls|Dash)MediaSource.Factory 2022-01-10 13:00:58 +00:00
transformer Revert of b19ced30c4 2022-02-21 17:05:04 +00:00
ui Update some text descriptions to ease translations. 2022-02-21 17:04:58 +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.