Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 PyQt4 中制作音乐播放器,我正在使用 Phonon 播放音乐本身。此应用程序主要针对 Windows,但我还计划支持 Mac 和 Linux 版本。我想知道 Phonon 支持哪些音频格式,以便我可以确保用户只输入这些文件。
您需要调用availableMimeTypes()来检查后端支持的格式。