summaryrefslogtreecommitdiffstats
path: root/src/imports/multimedia/qdeclarativeaudio_4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/multimedia/qdeclarativeaudio_4.cpp')
-rw-r--r--src/imports/multimedia/qdeclarativeaudio_4.cpp32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/imports/multimedia/qdeclarativeaudio_4.cpp b/src/imports/multimedia/qdeclarativeaudio_4.cpp
index 094a264fc..d157cf7ad 100644
--- a/src/imports/multimedia/qdeclarativeaudio_4.cpp
+++ b/src/imports/multimedia/qdeclarativeaudio_4.cpp
@@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE
\ingroup multimedia_qml
- This element is part of the \bold{QtMultimedia 5.0} module.
+ This element is part of the \b{QtMultimedia 5.0} module.
\qml
import QtQuick 2.0
@@ -215,15 +215,15 @@ void QDeclarativeAudio_4::stop()
This property holds the status of media loading. It can be one of:
\list
- \o NoMedia - no media has been set.
- \o Loading - the media is currently being loaded.
- \o Loaded - the media has been loaded.
- \o Buffering - the media is buffering data.
- \o Stalled - playback has been interrupted while the media is buffering data.
- \o Buffered - the media has buffered data.
- \o EndOfMedia - the media has played to the end.
- \o InvalidMedia - the media cannot be played.
- \o UnknownStatus - the status of the media is unknown.
+ \li NoMedia - no media has been set.
+ \li Loading - the media is currently being loaded.
+ \li Loaded - the media has been loaded.
+ \li Buffering - the media is buffering data.
+ \li Stalled - playback has been interrupted while the media is buffering data.
+ \li Buffered - the media has buffered data.
+ \li EndOfMedia - the media has played to the end.
+ \li InvalidMedia - the media cannot be played.
+ \li UnknownStatus - the status of the media is unknown.
\endlist
*/
@@ -309,12 +309,12 @@ bool QDeclarativeAudio_4::hasVideo() const
This property holds the error state of the audio. It can be one of:
\list
- \o NoError - there is no current error.
- \o ResourceError - the audio cannot be played due to a problem allocating resources.
- \o FormatError - the audio format is not supported.
- \o NetworkError - the audio cannot be played due to network issues.
- \o AccessDenied - the audio cannot be played due to insufficient permissions.
- \o ServiceMissing - the audio cannot be played because the media service could not be
+ \li NoError - there is no current error.
+ \li ResourceError - the audio cannot be played due to a problem allocating resources.
+ \li FormatError - the audio format is not supported.
+ \li NetworkError - the audio cannot be played due to network issues.
+ \li AccessDenied - the audio cannot be played due to insufficient permissions.
+ \li ServiceMissing - the audio cannot be played because the media service could not be
instantiated.
\endlist
*/