media/library
kimvde 4fd7d777b6 Fix issue caused by using ForwardingPlayer and StyledPlayerControlView
StyledPlayerControlView was checking whether the player is an ExoPlayer
instance to set the track selector. This means that, if apps were
wrapping an ExoPlayer in a ForwardingPlayer (to replace a
ControlDispatcher for example), the track selector wasn't set anymore.

PiperOrigin-RevId: 391776305
2021-09-16 13:50:04 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Fix issue caused by using ForwardingPlayer and StyledPlayerControlView 2021-09-16 13:50:04 +01:00
core Simplify network-related error codes 2021-08-04 19:05:41 +01:00
dash Minor javadoc fix in BaseUrlExclusionList 2021-09-16 13:47:51 +01:00
extractor Tweak use of TimestampAdjuster for seeking 2021-08-04 19:03:06 +01:00
hls Set HlsSampleStreamWrapper.trackType for audio-only playlists 2021-08-04 19:02:50 +01:00
rtsp Handle RTSP session id properly. 2021-08-05 12:43:57 +01:00
smoothstreaming Set StreamIndex Name as format.label in SS 2021-08-05 12:44:20 +01:00
transformer Remove ExoPlaybackException factory method that doesn't take errorCode 2021-07-09 09:10:19 +01:00
ui Fix issue caused by using ForwardingPlayer and StyledPlayerControlView 2021-09-16 13:50:04 +01: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.