media/library
krocard bb1261da3c setPlaybackParameters no longer accepts null for DEFAULT
Null was an alias for DEFAULT. Remove this for nullness
safety in the API.

The ExoPlayer implementation still checks for null and
replaces it by DEFAULT, so this is ABI compatible.

PiperOrigin-RevId: 364370017
2021-03-24 18:05:57 +00:00
..
all Add Transformer "Getting started" page 2021-02-03 15:03:16 +00:00
common setPlaybackParameters no longer accepts null for DEFAULT 2021-03-24 18:05:57 +00:00
core setPlaybackParameters no longer accepts null for DEFAULT 2021-03-24 18:05:57 +00:00
dash SampleStream/SampleQueue: Introduce read flags 2021-03-24 18:03:28 +00:00
extractor JpegExtractor: read GContainer and GContainerItem XMP prefixes 2021-03-24 18:04:56 +00:00
hls Avoid invalid extractors in DefaultHlsExtractorFactory 2021-03-24 18:04:17 +00:00
smoothstreaming Add common prefix to loader thread names 2021-02-11 12:05:06 +00:00
transformer SampleStream/SampleQueue: Introduce read flags 2021-03-24 18:03:28 +00:00
ui Merge pull request #8653 from dlafayet:textemphasis 2021-03-24 18:05:46 +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.