qtmobility/src/multimedia/qmediaplaylistcontrol.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    45 
    45 
    46 QT_BEGIN_NAMESPACE
    46 QT_BEGIN_NAMESPACE
    47 
    47 
    48 /*!
    48 /*!
    49     \class QMediaPlaylistControl
    49     \class QMediaPlaylistControl
    50     \ingroup multimedia-serv
    50     \ingroup multimedia
    51 
    51 
    52     \preliminary
    52     \preliminary
    53     \brief The QMediaPlaylistControl class provides access to the playlist functionality of a
    53     \brief The QMediaPlaylistControl class provides access to the playlist
    54     QMediaService.
    54     functionality of a QMediaService.
    55 
    55 
    56     If a QMediaService contains an internal playlist it will implement QMediaPlaylistControl.  This
    56     If a QMediaService contains an internal playlist it will implement
    57     control provides access to the contents of the \l {playlistProvider()}{playlist}, as well as the
    57     QMediaPlaylistControl.  This control provides access to the contents of the
    58     \l {currentIndex()}{position} of the current media, and a means of navigating to the
    58     \l {playlistProvider()}{playlist}, as well as the \l
    59     \l {next()}{next} and \l {previous()}{previous} media.
    59     {currentIndex()}{position} of the current media, and a means of navigating
    60 
    60     to the \l {next()}{next} and \l {previous()}{previous} media.
    61     The functionality provided by the control is exposed to application code through the
    61 
    62     QMediaPlaylist class.
    62     The functionality provided by the control is exposed to application code
       
    63     through the QMediaPlaylist class.
    63 
    64 
    64     The interface name of QMediaPlaylistControl is \c com.nokia.Qt.QMediaPlaylistControl/1.0 as
    65     The interface name of QMediaPlaylistControl is \c com.nokia.Qt.QMediaPlaylistControl/1.0 as
    65     defined in QMediaPlaylistControl_iid.
    66     defined in QMediaPlaylistControl_iid.
    66 
    67 
    67     \sa QMediaService::control(), QMediaPlayer
    68     \sa QMediaService::requestControl(), QMediaPlayer
    68 */
    69 */
    69 
    70 
    70 /*!
    71 /*!
    71     \macro QMediaPlaylistControl_iid
    72     \macro QMediaPlaylistControl_iid
    72 
    73