summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/audiodevices/doc/src/audiodevices.qdoc
blob: 1aac6abb0da6e92e552358975b919212dd0c886b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright (C) 2015 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \example audiodevices
    \title Audio Devices Example
    \ingroup multimedia_examples
    \ingroup audio_examples
    \examplecategory {Multimedia}
    \brief Testing the available audio devices and their configuration.
    \meta {tag} {widgets}

    \e{Audio Devices} demonstrates how to create a simple application to list
    and test the configuration for the various audio devices available on the
    target device or desktop PC.

    \image audiodevices.png

    \include examples-run.qdocinc
*/