mirror of
https://github.com/androidx/media.git
synced 2025-05-05 06:30:24 +08:00

It covers the following cases: | From/To | `null` | `surface 0` | `surface 1` | |-------------|--------|-------------|-------------| | `null` | 🆖 | 📺 | 📺 | | `surface 0` | ❌ | 🔁 | 📺 | | `surface 1` | ❌ | 📺 | 🔁 | Where - 🆖 means NOP - ❌ means - Set `null` on FrameProcessor, effectively dropping all frames - 📺 means - Notify the listener of video size - Set FrameProcessor output surface and size when MSG_SET_VIDEO_OUTPUT_SIZE is received - 🔁 means - Notify the listener of video size PiperOrigin-RevId: 495477620
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.