media/library
tonihei 17159f66db Remove self-listening from ExoPlayerImpl
SimpleExoPlayer used to register a listener on ExoPlayerImpl for
the old EventListener callbacks. Now both classes are merged, this is
no longer needed and should be removed in favor of calling methods
directly.

#minor-release

PiperOrigin-RevId: 427187875
2022-02-08 17:24:02 +00:00
..
all Fix minimum API level issue 2022-02-08 11:03:36 +00:00
common Remove deprecated EventListener 2022-02-08 12:34:07 +00:00
core Remove self-listening from ExoPlayerImpl 2022-02-08 17:24:02 +00:00
dash Fix the position of IntDefs to match TYPE_USE 2022-02-08 12:34:06 +00:00
database Mark all non-public IntDefs as only TYPE_USE 2022-02-04 15:07:19 +00:00
datasource Fix the position of IntDefs to match TYPE_USE 2022-02-08 12:34:06 +00:00
decoder Fix the position of IntDefs to match TYPE_USE 2022-02-08 12:34:06 +00:00
extractor Fix the position of IntDefs to match TYPE_USE 2022-02-08 12:34:06 +00:00
hls Fix the position of IntDefs to match TYPE_USE 2022-02-08 12:34:06 +00:00
rtsp Fix the position of IntDefs to match TYPE_USE 2022-02-08 12:34:06 +00:00
smoothstreaming Remove setTag from (Ss|Hls|Dash)MediaSource.Factory 2022-01-10 13:00:58 +00:00
transformer Fix the position of IntDefs to match TYPE_USE 2022-02-08 12:34:06 +00:00
ui Update some text descriptions to ease translations. 2022-02-08 10:49:49 +00:00
README.md

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.