Doc: Fix example paths referred in documentation

qdocconf files for both Qt Multimedia and Qt Multimedia Widgets already
define the correct example path. This change fixes also the example
documentation to use the correct path, as well as the link to examples
in Multimedia Overview.

Change-Id: I72d75027ee18f6398eb76dc40bcc3d122541b1c9
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Topi Reinio
2013-04-26 15:50:01 +02:00
committed by The Qt Project
parent ffb26b07c8
commit c34910a22f
15 changed files with 29 additions and 29 deletions

View File

@@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example multimedia/audiodevices \example audiodevices
\title Audio Devices Example \title Audio Devices Example
\ingroup multimedia_examples \ingroup multimedia_examples
\brief The Audio Devices example shows the application of the audio devices APIs \brief The Audio Devices example shows the application of the audio devices APIs

View File

@@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example multimedia/audioengine \example audioengine
\title AudioEngine Example \title AudioEngine Example
\ingroup multimedia_examples \ingroup multimedia_examples
\brief The Audio Engine example demonstrates 3D sound control using \brief The Audio Engine example demonstrates 3D sound control using

View File

@@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example multimedia/audioinput \example audioinput
\title Audio Input Example \title Audio Input Example
\ingroup multimedia_examples \ingroup multimedia_examples
\brief The Audio Input Example shows the use of the QAudioInput class. \brief The Audio Input Example shows the use of the QAudioInput class.

View File

@@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example multimedia/audiooutput \example audiooutput
\title Audio Output Example \title Audio Output Example
\ingroup multimedia_examples \ingroup multimedia_examples
\brief The Audio Output Example show the use of the QAudioOutput API. \brief The Audio Output Example show the use of the QAudioOutput API.

View File

@@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example multimedia/audiorecorder \example audiorecorder
\title Audio Recorder Example \title Audio Recorder Example
\ingroup multimedia_examples \ingroup multimedia_examples
\brief The Audio Recorder Example shows how to create a simple audio recorder. \brief The Audio Recorder Example shows how to create a simple audio recorder.

View File

@@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example multimedia/declarative-radio \example declarative-radio
\title Declarative Radio Example \title Declarative Radio Example
\brief Demonstrates the radio functionality \brief Demonstrates the radio functionality
\ingroup multimedia_examples \ingroup multimedia_examples

View File

@@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example multimedia/spectrum \example spectrum
\title Spectrum Example \title Spectrum Example
\ingroup multimedia_examples \ingroup multimedia_examples
\brief The Spectrum Example uses a combination multimedia APIs to process microphone input. \brief The Spectrum Example uses a combination multimedia APIs to process microphone input.

View File

@@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example multimedia/video/qmlvideo \example video/qmlvideo
\title QML Video Example \title QML Video Example
\ingroup multimedia_examples \ingroup multimedia_examples

View File

@@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example multimedia/video/qmlvideofx \example video/qmlvideofx
\title QML Video Shader Effects Example \title QML Video Shader Effects Example
\ingroup multimedia_examples \ingroup multimedia_examples

View File

@@ -29,7 +29,7 @@
/*! /*!
\example multimediawidgets/camera \example camera
\title Camera Example \title Camera Example
\ingroup multimedia_examples \ingroup multimedia_examples
\brief The Camera Example shows how to use the API to capture a still image \brief The Camera Example shows how to use the API to capture a still image

View File

@@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example multimediawidgets/declarative-camera \example declarative-camera
\title QML Camera Example \title QML Camera Example
\ingroup multimedia_examples \ingroup multimedia_examples
\brief The Camera Example shows how to use the API to capture a still image \brief The Camera Example shows how to use the API to capture a still image

View File

@@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example multimediawidgets/player \example player
\title Media Player Example \title Media Player Example
\ingroup multimedia_examples \ingroup multimedia_examples
\brief Demonstrates the audio and video playback functionality \brief Demonstrates the audio and video playback functionality

View File

@@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example multimediawidgets/videographicsitem \example videographicsitem
\title Video Graphics Item Example \title Video Graphics Item Example
\ingroup multimedia_examples \ingroup multimedia_examples
\brief This example demonstrates how to stream video on a graphics scene. \brief This example demonstrates how to stream video on a graphics scene.

View File

@@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example multimediawidgets/videowidget \example videowidget
\title Video Widget Example \title Video Widget Example
\ingroup multimedia_examples \ingroup multimedia_examples
\brief This example is a simple video player \brief This example is a simple video player

View File

@@ -83,52 +83,52 @@ For some quick recipes, look at the overviews above and consult this table:
\li QSoundEffect \li QSoundEffect
\row \row
\li Playing low latency audio \li Playing low latency audio
\li \l{multimedia/audiooutput}{audioinput}, \li \l{audioinput},
\l{multimedia/spectrum}{spectrum} \l{spectrum}
\li \li
\li QAudioOutput \li QAudioOutput
\row \row
\li Playing encoded audio (MP3, AAC etc) \li Playing encoded audio (MP3, AAC etc)
\li \l{multimediawidgets/player}{player} \li \l{player}
\li \l Audio, \l {MediaPlayer} \li \l Audio, \l {MediaPlayer}
\li QMediaPlayer \li QMediaPlayer
\row \row
\li Accessing raw audio input data \li Accessing raw audio input data
\li \l{multimedia/spectrum}{spectrum}, \li \l{spectrum},
\l {multimedia/audioinput}{audioinput} \l{audioinput}
\li \li
\li QAudioInput \li QAudioInput
\row \row
\li Recording encoded audio data \li Recording encoded audio data
\li \l {multimedia/audiorecorder}{audiorecorder} \li \l{audiorecorder}
\li \li
\li QAudioRecorder \li QAudioRecorder
\row \row
\li Discovering raw audio devices \li Discovering raw audio devices
\li \l {multimedia/audiodevices}{audiodevices} \li \l{audiodevices}
\li \li
\li QAudioDeviceInfo \li QAudioDeviceInfo
\row \row
\li Video Playback \li Video Playback
\li \l {multimediawidgets/player}{player}, \li \l{player},
\l {multimedia/video/qmlvideo}{qmlvideo}, \l{video/qmlvideo}{qmlvideo},
\l{multimedia/video/qmlvideofx}{qmlvideofx} \l{video/qmlvideofx}{qmlvideofx}
\li \l MediaPlayer, \l VideoOutput, \l Video \li \l MediaPlayer, \l VideoOutput, \l Video
\li QMediaPlayer, QVideoWidget, QGraphicsVideoItem \li QMediaPlayer, QVideoWidget, QGraphicsVideoItem
\row \row
\li Video Processing \li Video Processing
\li \l {multimedia/video/qmlvideofx}{qmlvideofx} \li \l {video/qmlvideofx}{qmlvideofx}
\li \l {MediaPlayer}, \l VideoOutput \li \l {MediaPlayer}, \l VideoOutput
\li QMediaPlayer, QAbstractVideoSurface, QVideoFrame \li QMediaPlayer, QAbstractVideoSurface, QVideoFrame
\row \row
\li Listening to the radio \li Listening to the radio
\li \l {multimedia/declarative-radio}{declarative-radio} \li \l {declarative-radio}
\li \l Radio, \l RadioData \li \l Radio, \l RadioData
\li QRadioTuner, QRadioData \li QRadioTuner, QRadioData
\row \row
\li Accessing camera viewfinder \li Accessing camera viewfinder
\li \l {Camera Example}{camera}, \li \l {Camera Example}{camera},
\l {multimediawidgets/declarative-camera}{declarative-camera} \l {declarative-camera}
\li \l Camera, \l VideoOutput \li \l Camera, \l VideoOutput
\li QCamera, QVideoWidget, QGraphicsVideoItem \li QCamera, QVideoWidget, QGraphicsVideoItem
\row \row
@@ -139,13 +139,13 @@ For some quick recipes, look at the overviews above and consult this table:
\row \row
\li Capturing photos \li Capturing photos
\li \l {Camera Example}{camera}, \li \l {Camera Example}{camera},
\l {multimediawidgets/declarative-camera}{declarative-camera} \l {declarative-camera}
\li \l Camera \li \l Camera
\li QCamera, QCameraImageCapture \li QCamera, QCameraImageCapture
\row \row
\li Capturing movies \li Capturing movies
\li \l {Camera Example}{camera}, \li \l {Camera Example}{camera},
\l {multimediawidgets/declarative-camera}{declarative-camera} \l {declarative-camera}
\li \l Camera \li \l Camera
\li QCamera, QMediaRecorder \li QCamera, QMediaRecorder
\row \row