media/extensions
samrobinson a26caae4ca Remove BasePlayer stop as a final method.
It calls through to a deprecated method, which is unusual for a
convenience method, and the deprecated method has various
implementations. This allows for a smoother removal of stop(boolean)
and removes an obstacle for the ExoPlayer-SimpleExoPlayer merge.

Adds missing @Deprecated tags to some Players.

PiperOrigin-RevId: 400213422
2021-10-04 11:49:44 +01:00
..
av1 Add empty sdk-version node to all AndroidManifest.xml files 2021-09-21 14:17:33 +01:00
cast Remove BasePlayer stop as a final method. 2021-10-04 11:49:44 +01:00
cronet Add empty sdk-version node to all AndroidManifest.xml files 2021-09-21 14:17:33 +01:00
ffmpeg Add empty sdk-version node to all AndroidManifest.xml files 2021-09-21 14:17:33 +01:00
flac Migrate callers of ExoPlayer.Builder#build() to buildExoPlayer() 2021-09-28 16:38:20 +01:00
ima Strip DaiStreamRequest and test from public release for now. 2021-09-30 11:23:27 +01:00
leanback Add empty sdk-version node to all AndroidManifest.xml files 2021-09-21 14:17:33 +01:00
media2 Migrate usages of MediaItem.ClippingProperties to ClippingConfiguration 2021-09-29 10:10:13 +01:00
mediasession Add empty sdk-version node to all AndroidManifest.xml files 2021-09-21 14:17:33 +01:00
okhttp Add empty sdk-version node to all AndroidManifest.xml files 2021-09-21 14:17:33 +01:00
opus Migrate callers of ExoPlayer.Builder#build() to buildExoPlayer() 2021-09-28 16:38:20 +01:00
rtmp Add empty sdk-version node to all AndroidManifest.xml files 2021-09-21 14:17:33 +01:00
vp9 Migrate callers of ExoPlayer.Builder#build() to buildExoPlayer() 2021-09-28 16:38:20 +01:00
workmanager Add empty sdk-version node to all AndroidManifest.xml files 2021-09-21 14:17:33 +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.