mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

It was originally introduced because it was guaranteed to be non-null unlike the inherited field. But ExoPlaybackException.cause has been nullable for some time, so there's no gain in not using the inherited field. PiperOrigin-RevId: 372329740
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.