diff options
Diffstat (limited to 'src/multimedia/controls/qmediaplayercontrol.cpp')
-rw-r--r-- | src/multimedia/controls/qmediaplayercontrol.cpp | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/multimedia/controls/qmediaplayercontrol.cpp b/src/multimedia/controls/qmediaplayercontrol.cpp index eb188df6b..5eddbf164 100644 --- a/src/multimedia/controls/qmediaplayercontrol.cpp +++ b/src/multimedia/controls/qmediaplayercontrol.cpp @@ -53,9 +53,8 @@ QT_BEGIN_NAMESPACE \brief The QMediaPlayerControl class provides access to the media playing - functionality of a QMediaService. + functionality. - If a QMediaService can play media is will implement QMediaPlayerControl. This control provides a means to set the \l {setMedia()}{media} to play, \l {play()}{start}, \l {pause()} {pause} and \l {stop()}{stop} playback, \l {setPosition()}{seek}, and control the \l {setVolume()}{volume}. @@ -66,23 +65,10 @@ QT_BEGIN_NAMESPACE The functionality provided by this control is exposed to application code through the QMediaPlayer class. - The interface name of QMediaPlayerControl is \c org.qt-project.qt.mediaplayercontrol/5.0 as - defined in QMediaPlayerControl_iid. - \sa QMediaPlayer */ /*! - \macro QMediaPlayerControl_iid - - \c org.qt-project.qt.mediaplayercontrol/5.0 - - Defines the interface name of the QMediaPlayerControl class. - - \relates QMediaPlayerControl -*/ - -/*! Constructs a new media player control with the given \a parent. */ QMediaPlayerControl::QMediaPlayerControl(QObject *parent) |