You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See email from QT support regarding issue in file.
Also the error being caused.
/home/john/qtcam/src/audioinput.h:8: error: QtMultimedia/QAudioDeviceInfo: No such file or directory
In file included from ../qtcam/src/audioinput.cpp:47:
../qtcam/src/audioinput.h:8:10: fatal error: QtMultimedia/QAudioDeviceInfo: No such file or directory
8 | #include <QtMultimedia/QAudioDeviceInfo>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Qt Support
6:17 PM (3 hours ago)
to me
Hi
From what I can tell the uses for QAudioDeviceInfo were split up between QMediaDevices, QAudioDevice, QMediaFormat, and maybe some others.
There is a blog post detailing the overall changes to Qt Multimedia going into QT6 here: https://www.qt.io/blog/qt-multimedia-in-qt-6
I would look through this post along with the Qt6 documentation for Qt Multimedia classes.
According to documentation, the QAudioDeviceInfo class was deprecated
going into Qt6.
You can see here https://doc.qt.io/qt-5/qaudiodeviceinfo.html
[https://doc.qt.io/qt-5/qaudiodeviceinfo.html] that the dropdown to the
left only has 5.15 LTS as an option, the absence of Qt6 versions means
it is no longer included.
See email from QT support regarding issue in file.
Also the error being caused.
/home/john/qtcam/src/audioinput.h:8: error: QtMultimedia/QAudioDeviceInfo: No such file or directory
In file included from ../qtcam/src/audioinput.cpp:47:
../qtcam/src/audioinput.h:8:10: fatal error: QtMultimedia/QAudioDeviceInfo: No such file or directory
8 | #include <QtMultimedia/QAudioDeviceInfo>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Qt Support
6:17 PM (3 hours ago)
to me
Hi
From what I can tell the uses for QAudioDeviceInfo were split up between QMediaDevices, QAudioDevice, QMediaFormat, and maybe some others.
There is a blog post detailing the overall changes to Qt Multimedia going into QT6 here:
https://www.qt.io/blog/qt-multimedia-in-qt-6
I would look through this post along with the Qt6 documentation for Qt Multimedia classes.
The text was updated successfully, but these errors were encountered: