summaryrefslogtreecommitdiffstats
path: root/examples/audiooutput/doc/src/audiooutput.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/audiooutput/doc/src/audiooutput.qdoc')
-rw-r--r--examples/audiooutput/doc/src/audiooutput.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/audiooutput/doc/src/audiooutput.qdoc b/examples/audiooutput/doc/src/audiooutput.qdoc
index f91a051ce..c29fcd81d 100644
--- a/examples/audiooutput/doc/src/audiooutput.qdoc
+++ b/examples/audiooutput/doc/src/audiooutput.qdoc
@@ -31,8 +31,13 @@
\ingroup audio_examples
\brief The Audio Output Example show the use of the QAudioOutput API.
+ The example demonstrates the basic use cases of the QAudioOutput class.
+ \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.
*/