mirror of
https://github.com/samsonjs/media.git
synced 2026-04-13 12:35:48 +00:00
Due to loading a MediaSourceFactory via reflection: Before this change * the content type was logged as an integer, rather than a human-readable string * `ClassNotFoundException` was swallowed silently by `maybeLoadSupplier` without telling the user what module they were missing After: * ClassNotFoundException is swallowed silently ONLY when determining supported types * ClassNotFoundException is bubbled up when we are trying to play media without the corresponding module properly loaded PiperOrigin-RevId: 632568989 |
||
|---|---|---|
| .. | ||
| java/androidx/media3/exoplayer | ||
| AndroidManifest.xml | ||