media/extensions
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
..
av1 Remove references to Player(Control)View from the dev guide 2022-02-04 10:09:40 +00:00
cast Fix some lint warnings 2022-01-28 09:37:06 +00:00
cronet Fix some lint warnings 2022-01-28 09:37:06 +00:00
ffmpeg Add a builder to DefaultAudioSink 2021-12-08 10:01:38 +00:00
flac Mark all public 'rarely used' IntDefs as only TYPE_USE 2022-02-07 11:10:11 +00:00
ima Mark all non-public IntDefs as only TYPE_USE 2022-02-04 15:07:19 +00:00
leanback Fixes for some minor misc issues 2021-11-15 10:58:32 +00:00
media2 Mark all non-public IntDefs as only TYPE_USE 2022-02-04 15:07:19 +00:00
mediasession Make mapping of STATE_IDLE configurable 2021-12-06 12:51:04 +00:00
okhttp Tidy READMEs 2021-10-26 14:08:21 +01:00
opus Fix 1 ErrorProneStyle finding: 2022-01-04 17:17:13 +00:00
rtmp Make package in test manifest consistent 2021-10-29 11:35:26 +01:00
vp9 Remove references to Player(Control)View from the dev guide 2022-02-04 10:09:40 +00:00
workmanager Tidy READMEs 2021-10-26 14:08:21 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer extensions

ExoPlayer extensions are modules that depend on external libraries to provide additional functionality. Browse the individual extensions and their READMEs to learn more.