media/library
ibaker 75932a0216 Mark all public 'rarely used' IntDefs as only TYPE_USE
This is a breaking change if the annotation itself is in use in Kotlin
code. It's judged that the IntDefs in this commit are unlikely to be
referred to often in Kotlin code. This is because they're either:
- Related to esoteric parts of the library, or
- In a common part of the library but only returned from methods (and
  never passed to callback methods).

A follow-up change will fix the positions of existing usages to match
this new config.

#minor-release

PiperOrigin-RevId: 426410237
2022-02-07 11:10:11 +00:00
..
all Add database module 2021-10-26 14:19:43 +01:00
common Mark all public 'rarely used' IntDefs as only TYPE_USE 2022-02-07 11:10:11 +00:00
core Mark all public 'rarely used' IntDefs as only TYPE_USE 2022-02-07 11:10:11 +00:00
dash Support relative MPD.Location URIs 2022-02-07 10:44:26 +00:00
database Mark all non-public IntDefs as only TYPE_USE 2022-02-04 15:07:19 +00:00
datasource Mark all public 'rarely used' IntDefs as only TYPE_USE 2022-02-07 11:10:11 +00:00
decoder Mark all public 'rarely used' IntDefs as only TYPE_USE 2022-02-07 11:10:11 +00:00
extractor Mark all public 'rarely used' IntDefs as only TYPE_USE 2022-02-07 11:10:11 +00:00
hls Mark all public 'rarely used' IntDefs as only TYPE_USE 2022-02-07 11:10:11 +00:00
rtsp Mark all non-public IntDefs as only TYPE_USE 2022-02-04 15:07:19 +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-07 11:10:11 +00:00
ui Mark all public 'rarely used' IntDefs as only TYPE_USE 2022-02-07 11:10:11 +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.