ibaker 05f3f16853 Explicitly document every overridden method in ForwardingPlayer
This makes the delegation model more explicit, and prevents the javadoc
compiler from just pulling in the Player javadoc automatically - which
can lead to some confusion when some method definitions in Player depend
on other methods (e.g. seekForward() is defined in terms of
getSeekForwardIncrement()).

Issue: google/ExoPlayer#9897

#minor-release

PiperOrigin-RevId: 426359004
2022-02-21 16:59:57 +00:00
..
2021-10-26 14:19:43 +01:00
2022-01-28 09:37:06 +00:00
2021-10-26 14:19:43 +01:00
2022-02-21 16:59:57 +00:00
2022-02-21 16:59:57 +00: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.