summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/multimedia/controls/qmediaplayercontrol.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/multimedia/controls/qmediaplayercontrol.cpp b/src/multimedia/controls/qmediaplayercontrol.cpp
index 23c02d57f..15f9e7d49 100644
--- a/src/multimedia/controls/qmediaplayercontrol.cpp
+++ b/src/multimedia/controls/qmediaplayercontrol.cpp
@@ -215,9 +215,9 @@ QMediaPlayerControl::QMediaPlayerControl(QObject *parent):
*/
/*!
- \fn QMediaPlayerControl::bufferStatusChanged(int progress)
+ \fn QMediaPlayerControl::bufferStatusChanged(int percentFilled)
- Signals that buffering \a progress has changed.
+ Signal the amount of the local buffer filled as a percentage by \a percentFilled.
\sa bufferStatus()
*/
@@ -247,9 +247,9 @@ QMediaPlayerControl::QMediaPlayerControl(QObject *parent):
*/
/*!
- \fn QMediaPlayerControl::videoAvailableChanged(bool video)
+ \fn QMediaPlayerControl::videoAvailableChanged(bool videoAvailable)
- Signals that there has been a change in the availability of \a video output.
+ Signal that the availability of visual content has changed to \a videoAvailable.
\sa isVideoAvailable()
*/