media/library
ibaker 61c8f8c27e Rename DrmConfiguration.sessionForClearTypes to forcedSessionTrackTypes
The previous name is quite easy to misread because it sounds like it
splits up like "(session) for (clear types)" when it's meant to be
"(session for clear) (types)".

The old field is left deprecated for backwards compatibility. The
DrmConfiguration.Builder methods are directly renamed without
deprecation because they're not yet present in a released version of
the library.

PiperOrigin-RevId: 403338799
2021-10-15 12:53:50 +01:00
..
all README updates for remaining ExoPlayer modules 2021-10-12 19:32:32 +01:00
common Rename DrmConfiguration.sessionForClearTypes to forcedSessionTrackTypes 2021-10-15 12:53:50 +01:00
core Move upstream components to common 2021-10-15 12:37:18 +01:00
dash Migrate library usages of SimpleExoPlayer to ExoPlayer. 2021-10-14 12:03:11 +01:00
extractor Fix missing import 2021-10-14 23:23:57 +01:00
hls README updates for MediaSource, DataSource and UI modules 2021-10-09 18:21:54 +01:00
rtsp Migrate library usages of SimpleExoPlayer to ExoPlayer. 2021-10-14 12:03:11 +01:00
smoothstreaming README updates for MediaSource, DataSource and UI modules 2021-10-09 18:21:54 +01:00
transformer Migrate library usages of SimpleExoPlayer to ExoPlayer. 2021-10-14 12:03:11 +01:00
ui Remove deprecated ControlDispatcher 2021-10-15 12:45:39 +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.