0

I need QMediaPlayer and QMediaPlayList in a c++ qt project.

Environment is Visual Studio 2022 with qt visual studio tools.

I have added the Qt6Multimedia.lib from the msvc2019_64/lib folder to the project.

How do I find out what the correct include statements are?

Autocomplete does not show me anything about QMultimedia

user2377283
  • 365
  • 1
  • 2
  • 12
  • About Qt6 if that's the version you're using. The QMediaPlaylist module has not yet been ported to Qy6. Unfortunately, you will have to implement your own playlist manager. See: https://doc.qt.io/qtforpython-6/overviews/qtmultimedia-changes-qt6.html?highlight=qmediaplaylist#removed-features. – Pierre Lepage Feb 21 '23 at 20:20

0 Answers0