Renaming audioengine overview to Positional Audio

Change-Id: I1688b5e76f7b3a8eecd5fcf060717b49f7a36f4e
Reviewed-by: Ling Hu <ling.hu@nokia.com>
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
Angus Cummings
2012-05-11 14:59:31 +10:00
committed by Qt by Nokia
parent 3d0dc61b9f
commit 3339324b0e
3 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
/*! /*!
\page audioengineoverview.html \page audioengineoverview.html
\title QtAudioEngine Overview \title Positional Audio
\brief 3D positional audio playback and content management \brief 3D positional audio playback and content management
\section1 QtAudioEngine features \section1 QtAudioEngine features

View File

@@ -34,7 +34,7 @@
Qt Multimedia offers a range of audio classes, covering both low and Qt Multimedia offers a range of audio classes, covering both low and
high level approaches to audio input, output and processing. In high level approaches to audio input, output and processing. In
addition to traditional audio usage, the \l {QtAudioEngine Overview}{Qt AudioEngine} addition to traditional audio usage, the \l {Positional Audio}{Qt AudioEngine}
QML classes offers high level 3D positional audio for QML applications. QML classes offers high level 3D positional audio for QML applications.
See that documentation for more information. See that documentation for more information.

View File

@@ -46,7 +46,7 @@ Qt Multimedia offers APIs for doing many multimedia related tasks:
\li Record audio and compress it \li Record audio and compress it
\li Tune and listen to radio stations, and receive radio program information \li Tune and listen to radio stations, and receive radio program information
\li Use a camera, including viewfinder, image capture, and movie recording \li Use a camera, including viewfinder, image capture, and movie recording
\li Play 3D positional audio with \l {QtAudioEngine Overview} {QtAudioEngine} \li Play 3D positional audio with \l {Positional Audio} {QtAudioEngine}
\li Decode audio media files into memory for processing \li Decode audio media files into memory for processing
\li Accessing video frames or audio buffers as they are played or recorded \li Accessing video frames or audio buffers as they are played or recorded
\endlist \endlist
@@ -170,7 +170,7 @@ The following elements are accessed by using:
import QtMultimedia 5.0 import QtMultimedia 5.0
\endqml \endqml
\annotatedlist multimedia_qml \annotatedlist multimedia_qml
The following elements are accessed by using \l {QtAudioEngine Overview} {QtAudioEngine}: The following elements are accessed by using \l {Positional Audio} {QtAudioEngine}:
\qml \qml
import QtAudioEngine 1.0 import QtAudioEngine 1.0
\endqml \endqml