media/library
krocard 9fad5f4130 Add Track selection to the Player API
This cl doesn't implement completely the API for
`ExoPlayerImpl` as
`onTrackSelectionParametersChanged` is not called.

The follow up cl adds `TrackSelectionParameters` in PlaybackInfo
to correctly propagate the change event and mask it.

Additionally `TrackSelectionParameters` is serialized as a Parcelable
for now. It is transitioned to bundleable in a follow up cl.

PiperOrigin-RevId: 392899918
2021-08-26 10:58:27 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Add Track selection to the Player API 2021-08-26 10:58:27 +01:00
core Add Track selection to the Player API 2021-08-26 10:58:27 +01:00
dash Support generating notifications for paused downloads 2021-08-20 16:25:43 +01:00
extractor TsExtractor: handle packets without PTS 2021-08-25 10:59:58 +01:00
hls DRM refactor / cleanup 2021-08-19 10:42:56 +01:00
rtsp Revert unwanted changes. 2021-08-12 16:31:51 +01:00
smoothstreaming DRM refactor / cleanup 2021-08-19 10:42:56 +01:00
transformer Add onReset implementation to TransformerTranscodingVideoRenderer 2021-08-23 22:58:00 +01:00
ui Remove stray symlinks 2021-08-25 10:58:20 +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.