media/libraries/common/src
ibaker 9a5238b0f7 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-04 14:49:52 +00:00
..
main Explicitly document every overridden method in ForwardingPlayer 2022-02-04 14:49:52 +00:00
test Add missing AudioFormat encoding conversions 2022-01-25 19:14:13 +00:00