문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top