Qt Multimedia Module C++ Classes
The Qt Multimedia module provides audio, video, radio and camera functionality. More...
Detailed Description
To enable Qt Multimedia in a project, add this directive into the C++ files:
#include <QtMultimedia>
To link against the C++ libraries, add the following to your qmake
project file:
QT += multimedia