media/library
ibaker a7aa84a8a4 Add TYPE_USE to 'frequently used' IntDefs in a backwards-compatible way
This ensures Kotlin usages of these IntDef annotations in the 'old'
position will continue to compile.

'Frequently used' is a subjective judgement. I have a parallel change
that marks all the other public IntDefs in the library as TYPE_USE
(those that I've judged to be 'rarely used' by apps).

A follow-up change will fix the positions of existing usages to be as if
they're only TYPE_USE.

#minor-release

PiperOrigin-RevId: 426427334
2022-02-21 16:59:58 +00:00
..
all Add database module 2021-10-26 14:19:43 +01:00
common Add TYPE_USE to 'frequently used' IntDefs in a backwards-compatible way 2022-02-21 16:59:58 +00:00
core Add TYPE_USE to 'frequently used' IntDefs in a backwards-compatible way 2022-02-21 16:59:58 +00:00
dash Support relative MPD.Location URIs 2022-02-21 16:59:57 +00:00
database Mark all non-public IntDefs as only TYPE_USE 2022-02-21 16:59:57 +00:00
datasource Add TYPE_USE to 'frequently used' IntDefs in a backwards-compatible way 2022-02-21 16:59:58 +00:00
decoder Mark all public 'rarely used' IntDefs as only TYPE_USE 2022-02-21 16:59:58 +00:00
extractor Mark all public 'rarely used' IntDefs as only TYPE_USE 2022-02-21 16:59:58 +00:00
hls Mark all public 'rarely used' IntDefs as only TYPE_USE 2022-02-21 16:59:58 +00:00
rtsp Mark all non-public IntDefs as only TYPE_USE 2022-02-21 16:59:57 +00:00
smoothstreaming Remove setTag from (Ss|Hls|Dash)MediaSource.Factory 2022-01-10 13:00:58 +00:00
transformer Mark all public 'rarely used' IntDefs as only TYPE_USE 2022-02-21 16:59:58 +00:00
ui Mark all public 'rarely used' IntDefs as only TYPE_USE 2022-02-21 16:59:58 +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.