C
Qt Android Audio Manager
This module provides a C++ and QML wrapper for the Android Automotive Dynamic Routing API. This allows using the Android Multi-zone audio feature in order to control and query audio zone usage.
Using the module
Using a Qt module requires linking against the module library, either directly or through other dependencies.
C++ API
To include the definitions of the module's classes, use the following directive for C++:
find_package(Qt6 REQUIRED COMPONENTS AndroidAudioManager)
target_link_libraries(mytarget PUBLIC Qt6::AndroidAudioManager)
QML API
To use the QML types in Qt Android Audio Manager, add the following import statement to your .qml file:
import QtAndroidAutomotive.AndroidAudioManager
API Reference
Examples
- Qt Android Audio Manager Examples
Available under certain Qt licenses.
Find out more.