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

/*!
    \example audiooutput
    \title Audio Output Example
    \ingroup multimedia_examples
    \ingroup audio_examples
    \examplecategory {Multimedia}
    \brief Enabling audio playback using the QAudioSink class.
    \meta {tag} {widgets}

    \e{Audio Output} demonstrates the basic use cases of QAudioSink.

    \image audiooutput-example.png

    This example provides a tone generator to supply continuous audio playback.
    The first button allows pause and resume of the playback, and the second
    button allows toggling between push and pull modes of operation.

    \include examples-run.qdocinc
*/