A number of documentation fixes.
* Remove references to private QMediaServiceProvider class and point new backend writers to irc/mailing lists * Wrong or missing parameter names * Fix a few links * Correct a few property data types * Various other things to keep qdoc happier Change-Id: I5c8800d65c00f0783541afef35990bd3918acab7 Reviewed-by: Angus Cummings <angus.cummings@nokia.com> Reviewed-by: Ling Hu <ling.hu@nokia.com> Reviewed-by: Daniel Kovacic <daniel.kovacic@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
a8ec84e3ca
commit
f53788ae42
@@ -54,14 +54,14 @@ QT_BEGIN_NAMESPACE
|
||||
\brief The QMediaRecorderControl class provides access to the recording
|
||||
functionality of a QMediaService.
|
||||
|
||||
Generally you will use the QMediaRecorder class in application code - this
|
||||
class is mostly used when implementing a new QMediaService or if there is
|
||||
access to specific low level functionality not otherwise present in QMediaRecorder.
|
||||
|
||||
If a QMediaService can record media it will implement QMediaRecorderControl.
|
||||
This control provides a means to set the \l {outputLocation()}{output location},
|
||||
and \l {record()}{start}, \l {pause()}{pause} and \l {stop()}{stop}
|
||||
recording. It also provides feedback on the \l {duration()}{duration}
|
||||
of the recording.
|
||||
|
||||
The functionality provided by this control is exposed to application
|
||||
code through the QMediaRecorder class.
|
||||
and record, pause and stop recording via the \l setState() method. It also
|
||||
provides feedback on the \l {duration()}{duration} of the recording.
|
||||
|
||||
The interface name of QMediaRecorderControl is \c org.qt-project.qt.mediarecordercontrol/5.0 as
|
||||
defined in QMediaRecorderControl_iid.
|
||||
|
||||
Reference in New Issue
Block a user