media/libraries/exoplayer/src/main
ibaker 8770286a8e Throw immediately from ExoPlayer.setVideoEffects() if dep not found
This method works by reflectively loading classes from the `lib-effect`
module, in order to avoid a hard dependency on this module for ExoPlayer
users that don't want video effect functionality. This change ensures
that a failure to load the necessary classes fails immediately, instead
of on a later thread inside `MediaCodecVideoRenderer` when the
reflection currently happens.

Also update the javadoc to make the dependency requirement clear.

#minor-release

PiperOrigin-RevId: 601387957
(cherry picked from commit a6812156e6)
2024-01-25 11:42:44 +00:00
..
java/androidx/media3/exoplayer Throw immediately from ExoPlayer.setVideoEffects() if dep not found 2024-01-25 11:42:44 +00:00
res Update translations 2023-03-01 17:22:55 +00:00
AndroidManifest.xml Update to androidx.media3 2021-10-27 09:12:46 +01:00