media/library
ibaker 564c3bcb49 Mark some unreleased IntDefs as TYPE_USE only
The longer list of targets is only necessary for backwards
compatibility with existing Kotlin code that will stop compiling
if the position of the annotation becomes 'wrong' by marking it only
TYPE_USE. Since none of these IntDefs have been released (except in
media3 alpha1) we don't need to maintain this compatibility.

Also add a comment to all the places that *do* need the longer list of
targets, in order to explain why it's there and discourage copy-pasting
when defining new IntDefs in future.

Also fix some single-element arrays to remove the array notation.

#minor-release

PiperOrigin-RevId: 426108537
2022-02-04 10:16:43 +00:00
..
all Add database module 2021-10-26 14:19:43 +01:00
common Mark some unreleased IntDefs as TYPE_USE only 2022-02-04 10:16:43 +00:00
core Mark some unreleased IntDefs as TYPE_USE only 2022-02-04 10:16:43 +00:00
dash Fix some lint warnings 2022-01-28 09:37:06 +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 Mark some unreleased IntDefs as TYPE_USE only 2022-02-04 10:16:43 +00:00
hls Mark some unreleased IntDefs as TYPE_USE only 2022-02-04 10:16:43 +00:00
rtsp Fix parameter comments 2022-02-04 09:52:19 +00:00
smoothstreaming Remove setTag from (Ss|Hls|Dash)MediaSource.Factory 2022-01-10 13:00:58 +00:00
transformer Mark some unreleased IntDefs as TYPE_USE only 2022-02-04 10:16:43 +00:00
ui Remove references to Player(Control)View from the dev guide 2022-02-04 10:09:40 +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.