Question

How can I find which video files are natively supported by QT's Phonon?

Was it helpful?

Solution

Supported MIME types vary depending on what backends are installed. You can query for those by using availableMimeTypes() and isMimeTypeAvailable() from Phonon.BackendCapabilities . See the Phonon module reference.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top