Doc: Remove comment about preliminary API for Qt 5.0

Task-number: QTBUG-39195
Change-Id: I193321a29d06760e4ad5aa2eaca99d98b2e1f65a
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Topi Reinio
2014-06-04 11:08:13 +02:00
committed by The Qt Project
parent b9b06defc7
commit cb6b4e2079

View File

@@ -116,18 +116,14 @@ code but more buffering, which may affect latency.
\section2 Decoding Compressed Audio to Memory \section2 Decoding Compressed Audio to Memory
In some cases you may want to decode a compressed audio file and do further In some cases you may want to decode a compressed audio file and do further
processing yourself (like mix multiple samples, or some custom digital signal processing yourself (for example, mixing multiple samples or using custom
processing algorithms). Qt Multimedia 5.0 offers a preliminary API for this digital signal processing algorithms). QAudioDecoder supports decoding local
case - the \l QAudioDecoder class. QAudioDecoder supports decoding local files files or data streams from QIODevice instances.
or from a QIODevice instances.
Here's an example of decoding a local file: Here's an example of decoding a local file:
\snippet multimedia-snippets/audio.cpp Local audio decoding \snippet 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.
\section1 Examples \section1 Examples
There are both C++ and QML examples available. There are both C++ and QML examples available.