diff options
author | Geir Vattekar <geir.vattekar@trolltech.com> | 2009-09-15 11:01:45 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@trolltech.com> | 2009-09-15 11:03:34 (GMT) |
commit | cd5f0f868bc830c6b350e8263fd53597f52e1146 (patch) | |
tree | 1306128003e1ca96546515c96ea6802ff4c56fe8 /src/multimedia/audio/qaudioformat.cpp | |
parent | 2b21c3f4022c64ee6f0178b1866f22639c377ae6 (diff) | |
download | Qt-cd5f0f868bc830c6b350e8263fd53597f52e1146.zip Qt-cd5f0f868bc830c6b350e8263fd53597f52e1146.tar.gz Qt-cd5f0f868bc830c6b350e8263fd53597f52e1146.tar.bz2 |
Doc: Added some snippets to the multimedia audio docs.
Diffstat (limited to 'src/multimedia/audio/qaudioformat.cpp')
-rw-r--r-- | src/multimedia/audio/qaudioformat.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/multimedia/audio/qaudioformat.cpp b/src/multimedia/audio/qaudioformat.cpp index ddfcc2c..c23e454 100644 --- a/src/multimedia/audio/qaudioformat.cpp +++ b/src/multimedia/audio/qaudioformat.cpp @@ -134,7 +134,8 @@ public: through functions in QAudioDeviceInfo. This class also lets you query available parameter values for a device, so that you can set the parameters yourself. See the QAudioDeviceInfo class - description for details. + description for details. You need to know the format of the audio + streams you wish to play. Qt does not set up formats for you. */ /*! |