mirror of
https://github.com/androidx/media.git
synced 2025-05-07 15:40:37 +08:00

This potentially allows a caller to resize their buffers to take into account the required size. It's kept as an IllegalStateException, since most use cases where it's thrown still reflect invalid states, and since making it a checked exception requires marking a lot of methods with throws clauses. PiperOrigin-RevId: 351216968
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.