*** 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
This commit is contained in:
olly 2022-02-07 21:15:51 +00:00 committed by Ian Baker
parent c2cb22a056
commit fab5dfa156
2 changed files with 1379 additions and 1536 deletions