Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtmultimedia-cpp.qdoc
Go to the documentation of this file.
1// Copyright (C) 2015 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \module QtMultimedia
6 \title Qt Multimedia Module C++ Classes
7 \ingroup modules
8 \qtvariable multimedia
9 \qtcmakepackage Multimedia
10
11 \brief The \l {Qt Multimedia} module provides audio, video and camera
12 functionality.
13
14 \include module-use.qdocinc using qt module
15 \code
16 find_package(Qt6 REQUIRED COMPONENTS Multimedia)
17 target_link_libraries(mytarget PRIVATE Qt6::Multimedia)
18 \endcode
19*/
20
21/*!
22 \page qtmultimedia-modules.html
23 \title Qt Multimedia C++ Classes
24 \brief Provides C++ class for multimedia use cases.
25
26 The C++ classes provide more control over the multimedia content than the
27 QML alternatives. If your application is serving complex use cases such as
28 decoding media files, accessing video or audio buffers, use the C++
29 alternative. For more details about the complex audio, video, and camera use
30 cases supported by the C++ classes, refer to \l {Qt Multimedia}{Multimedia Overview}.
31
32 \section1 Namespaces
33 \annotatedlist multimedia-namespaces
34
35 \section1 Classes
36
37 \section2 Qt Multimedia Module
38 \generatelist {classesbymodule QtMultimedia}
39
40 \section2 Qt Multimedia Widgets Module
41 \generatelist {classesbymodule QtMultimediaWidgets}
42
43 \section2 Qt Spatial Audio Module
44 \generatelist {classesbymodule QtSpatialAudio}
45*/