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
qtspatialaudio-cpp.qdoc
Go to the documentation of this file.
1// Copyright (C) 2022 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \module QtSpatialAudio
6 \title Qt Spatial Audio Module C++ Classes
7 \ingroup modules
8 \qtvariable spatialaudio
9 \qtcmakepackage SpatialAudio
10
11 \brief The \l {Qt Spatial Audio} module provides functionality for 3D audio.
12
13 \include module-use.qdocinc using qt module
14
15 \code
16 find_package(Qt6 REQUIRED COMPONENTS SpatialAudio)
17 target_link_libraries(my_project PRIVATE Qt6::SpatialAudio)
18 \endcode
19*/
20
21/*!
22 \page qtspatialaudio-modules.html
23 \title Qt Spatial Audio C++ Classes
24 \brief Provides C++ class for spatial audio use cases.
25
26 The C++ classes provide the same functionality as the Qt Quick3D spatial audio
27 module.
28
29 \section1 Classes
30
31 \generatelist {classesbymodule QtSpatialAudio}
32
33*/