media/library
krocard bf3816bd41 Remove non Player use of TrackSelectionArray, use TrackSelection[]
This is necessary for the child cl that `TrackSelection`
in two distinct class. It avoids to split the array
version of such class too.

TrackSelectionArray exist to have an immutable array of TrackSelection.
Internal users are trusted to not mutate the array.

One drawback of this approach is that a `TrackSelectionArray`
has to be allocated on the boundary of the `Player` interface.
This should not be a performance issue as this only happens
on trackSelection changes, when the user calls
`Player.getCurrentTrackSelections` and on
`updateLoadControlTrackSelection`.

#player-to-common

PiperOrigin-RevId: 353582654
2021-01-25 15:36:20 +00:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Move some utility classes to common 2021-01-22 16:22:18 +00:00
core Remove non Player use of TrackSelectionArray, use TrackSelection[] 2021-01-25 15:36:20 +00:00
dash Add MediaSourceFactory#setDrmSessionManagerProvider() 2021-01-22 16:58:56 +00:00
extractor Add support for playing JPEG motion photos 2021-01-18 22:00:36 +00:00
hls Add MediaSourceFactory#setDrmSessionManagerProvider() 2021-01-22 16:58:56 +00:00
smoothstreaming Add MediaSourceFactory#setDrmSessionManagerProvider() 2021-01-22 16:58:56 +00:00
transformer Publish transformer module 2021-01-22 17:13:47 +00:00
ui Move Player.getTrackSelector to ExoPlayer 2021-01-22 16:22:09 +00: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.