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-qml-types.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\qmlmodule QtQuick3D.SpatialAudio
6\title Qt Spatial Audio QML Types
7\ingroup qmlmodules
8\brief Provides QML types for spatial audio.
9
10The QML types for \l{Qt Spatial Audio} support the full functionality of the
11C++ API.
12
13\section1 QML Types
14
15Qt Spatial Audio QML types are designed to be used together with \l{Qt Quick 3D}. They
16can be imported into your application using the following import statement in your
17.qml file:
18
19\qml
20import QtQuick3D.SpatialAudio
21\endqml
22
23\generatelist qmltypesbymodule QtQuick3D.SpatialAudio
24
25\noautolist
26*/