Qt6和多媒体模块

Qt6 and Multimedia module

正如我在 Qt6 中看到的,不再有多媒体 API。我对吗?在 Qt6 中,对于播放声音这样简单的任务,我现在应该看看第三方库是否正确?

Qt6 是一个很大的变化,所以出于兼容性原因,Qt 不提供这个模块,它将在 Qt 6.2 中提供,因为 post: Add-on support in Qt 6.0 and beyond 指出,所以如果你想重现听起来你将不得不使用第三方库。

For Qt 6.2 we are planning to provide the following additional libraries:

  • Qt Bluetooth
  • Qt Data Visualization
  • Qt Lottie Animation
  • Qt Multimedia
  • Qt NFC
  • Qt Positioning
  • Qt Quick Dialogs: Folder, Message Box
  • Qt Remote Objects
  • Qt Sensors
  • Qt SerialBus
  • Qt SerialPort
  • Qt WebChannel
  • Qt WebEngine
  • Qt WebSockets
  • Qt WebView

(强调我的)

Qt 多媒体(再次)是 Qt 6.2 的一部分。

请注意,该模块正在进行大量重写。有关详细信息,请参见例如https://www.qt.io/blog/qt-multimedia-in-qt-6 and the relevant porting documentation.