media/library
hschlueter e8843b8504 Make TransformationException constructor private.
Only allowing TransformationExceptions to be created using the factory methods helps keeping error messages consistent. This is consistent with ExoPlaybackException.

PiperOrigin-RevId: 419841025
2022-01-07 16:22:42 +00:00
..
all Add database module 2021-10-26 14:19:43 +01:00
common Include role and selection flags when logging a track's Format 2021-12-21 17:18:28 +00:00
core Fix 1 ErrorProneStyle finding: 2022-01-04 14:00:44 +00:00
dash DASH: Stop interpreting main track role as SELECTION_FLAG_DEFAULT 2022-01-04 17:17:29 +00:00
database Add database module 2021-10-26 14:19:43 +01:00
datasource Change DefaultHttpDataSourceTest to an instrumentation test 2021-12-14 10:30:35 +00:00
decoder Make package in test manifest consistent 2021-10-29 11:35:26 +01:00
extractor Parse CryptoInfo from simpleTag and set it into DrmInitData. 2022-01-04 17:17:29 +00:00
hls Add MediaSource.Factory and deprecate MediaSourceFactory 2022-01-04 12:51:47 +00:00
rtsp Allow continuous seeking. 2022-01-05 12:41:50 +00:00
smoothstreaming Add MediaSource.Factory and deprecate MediaSourceFactory 2022-01-04 12:51:47 +00:00
transformer Make TransformationException constructor private. 2022-01-07 16:22:42 +00:00
ui Add translatable playback speed strings 2022-01-05 12:46:14 +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.