summaryrefslogtreecommitdiffstats
path: root/src/multimedia/controls/qmediarecordercontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia/controls/qmediarecordercontrol.cpp')
-rw-r--r--src/multimedia/controls/qmediarecordercontrol.cpp11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/multimedia/controls/qmediarecordercontrol.cpp b/src/multimedia/controls/qmediarecordercontrol.cpp
index c6af5bced..6caefd9bb 100644
--- a/src/multimedia/controls/qmediarecordercontrol.cpp
+++ b/src/multimedia/controls/qmediarecordercontrol.cpp
@@ -111,7 +111,9 @@ QMediaRecorderControl::~QMediaRecorderControl()
The \a location can be relative or empty;
in this case the service should use the system specific place and file naming scheme.
- After recording has stated, QMediaRecorderControl::outputLocation() should return the actual output location.
+
+ After recording has started, the backend should report the actual file location
+ with actualLocationChanged() signal.
*/
/*!
@@ -185,6 +187,13 @@ QMediaRecorderControl::~QMediaRecorderControl()
*/
/*!
+ \fn void QMediaRecorderControl::actualLocationChanged(const QUrl &location)
+
+ Signals that the actual media \a location has changed.
+ This signal should be emitted at start of recording.
+*/
+
+/*!
\fn void QMediaRecorderControl::error(int error, const QString &errorString)
Signals that an \a error has occurred. The \a errorString describes the error.