qtmobility/src/multimedia/qmediastreamscontrol.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
child 15 1f895d8a5b2b
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    45 QT_BEGIN_NAMESPACE
    45 QT_BEGIN_NAMESPACE
    46 
    46 
    47 /*!
    47 /*!
    48     \class QMediaStreamsControl
    48     \class QMediaStreamsControl
    49     \preliminary
    49     \preliminary
    50     \ingroup multimedia-serv
    50     \ingroup multimedia
    51     \brief The QMediaStreamsControl class provides a media stream selection control.
    51     \brief The QMediaStreamsControl class provides a media stream selection control.
    52 
    52 
    53     \ingroup multimedia
    53     \ingroup multimedia
    54 
    54 
    55     The QMediaStreamsControl class provides descriptions of the available media streams
    55     The QMediaStreamsControl class provides descriptions of the available media streams
    56     and allows individual streams to be activated and deactivated.
    56     and allows individual streams to be activated and deactivated.
    57 
    57 
    58     The interface name of QMediaStreamsControl is \c com.nokia.Qt.MediaStreamsControl as
    58     The interface name of QMediaStreamsControl is \c com.nokia.Qt.MediaStreamsControl as
    59     defined in QMediaStreamsControl_iid.
    59     defined in QMediaStreamsControl_iid.
    60 
    60 
    61     \sa QMediaService::control()
    61     \sa QMediaService::requestControl()
    62 */
    62 */
    63 
    63 
    64 /*!
    64 /*!
    65     \macro QMediaStreamsControl_iid
    65     \macro QMediaStreamsControl_iid
    66 
    66 
   109 
   109 
   110     Return the type of a media \a stream.
   110     Return the type of a media \a stream.
   111 */
   111 */
   112 
   112 
   113 /*!
   113 /*!
   114     \fn QMediaStreamsControl::metaData(int stream, QtMediaServices::MetaData key)
   114     \fn QMediaStreamsControl::metaData(int stream, QtMultimedia::MetaData key)
   115 
   115 
   116     Returns the meta-data value of \a key for a given \a stream.
   116     Returns the meta-data value of \a key for a given \a stream.
   117 
   117 
   118     Useful metadata keya are QtMediaServices::Title, QtMediaServices::Description and QtMediaServices::Language.
   118     Useful metadata keya are QtMultimedia::Title, QtMultimedia::Description and QtMultimedia::Language.
   119 */
   119 */
   120 
   120 
   121 /*!
   121 /*!
   122     \fn QMediaStreamsControl::isActive(int stream)
   122     \fn QMediaStreamsControl::isActive(int stream)
   123 
   123