| Anterior | Siguiente |
| MF_E_UNSUPPORTED_CAPTURE_DEVICE_PRESENT | MF_E_TIMELINECONTROLLER_NOT_ALLOWED |
MF_E_TIMELINECONTROLLER_UNSUPPORTED_SOURCE_TYPE
El tipo de fuente no admite timeline control
MF_E_TIMELINECONTROLLER_UNSUPPORTED_SOURCE_TYPE el controller necesita capacidades de timeline/sincronización que este source type no ofrece, aunque pueda reproducirse sin controller.
- Registra URI/source type y cómo fue creada la MediaSource.
- Compara con una fuente conocida compatible usando el mismo MediaPlayer.
- No atribuyas el fallo a codec si la misma fuente reproduce correctamente sin TimelineController.
Usa una fuente soportada para playback sincronizado o ejecuta esa fuente fuera del controller.
Microsoft: play media with MediaPlayer · Microsoft: MediaTimelineController · Microsoft: video playback synchronization sample
¿Buscas un código diferente? Buscar otro código de estado o error.