Clarify documentation about QAudioDecoder::read and blocking.
authorMichael Goddard <michael.goddard@nokia.com>
Tue, 12 Jun 2012 01:27:24 +0000 (11:27 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 13 Jun 2012 03:53:50 +0000 (05:53 +0200)
commitf5e3fdc4a72e1ab26342c4b97408928debc68551
tree9347329291a255be9cd993853b780589ff6a6106
parent80f37d2d80f16fd653c3e8076acf2865eae028d3
Clarify documentation about QAudioDecoder::read and blocking.

It doesn't block - not safe to implement in all cases.  Applications
can implement blocking semantics based on their usage of event loops
or threads.

Change-Id: If9a6b1ae7014df63a43989c4940524bc5eaae383
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
src/multimedia/audio/qaudiodecoder.cpp
src/multimedia/controls/qaudiodecodercontrol.cpp