mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00: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 |
||
|---|---|---|
| .. | ||
| all | ||
| common | ||
| core | ||
| dash | ||
| database | ||
| datasource | ||
| decoder | ||
| effect | ||
| extractor | ||
| hls | ||
| rtsp | ||
| smoothstreaming | ||
| transformer | ||
| ui | ||
| README.md | ||
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.