Move QAudioDecoder to public.

To get better feedback between alpha & beta.

Change-Id: I3620825fb9c2bb9de69951cf1d583b191d62cb0d
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
Michael Goddard
2012-04-10 21:33:00 +10:00
committed by Qt by Nokia
parent 8484b0ff9c
commit e057fd9e8a
15 changed files with 22 additions and 27 deletions

View File

@@ -106,10 +106,7 @@ Here's an example of decoding a local file:
\snippet doc/src/snippets/multimedia-snippets/audio.cpp Local audio decoding
Note: This API is preliminary at this time - the API may change or be
removed before the final 5.0 release. In addition, it is necessary to
add "multimedia-private" to the QT variable in your .pro file to use this class.
\snippet doc/src/snippets/multimedia-snippets/audio.cpp Audio decoder header
removed before the final 5.0 release.
\section2 Recording audio to a file
For recording audio to a file, the \l {QAudioRecorder} class allows you

View File

@@ -48,10 +48,7 @@
#include "qaudioinput.h"
#include "qaudiooutput.h"
#include "qaudioprobe.h"
//! [Audio decoder header]
#include "qaudiodecoder_p.h"
//! [Audio decoder header]
#include "qaudiodecoder.h"
class AudioInputExample : public QObject {
Q_OBJECT