equal
deleted
inserted
replaced
40 ****************************************************************************/ |
40 ****************************************************************************/ |
41 |
41 |
42 #include "qmediastreamscontrol.h" |
42 #include "qmediastreamscontrol.h" |
43 #include "qmediacontrol_p.h" |
43 #include "qmediacontrol_p.h" |
44 |
44 |
45 QTM_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-serv |
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, QtMedia::MetaData key) |
114 \fn QMediaStreamsControl::metaData(int stream, QtMediaServices::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 QtMedia::Title, QtMedia::Description and QtMedia::Language. |
118 Useful metadata keya are QtMediaServices::Title, QtMediaServices::Description and QtMediaServices::Language. |
119 */ |
119 */ |
120 |
120 |
121 /*! |
121 /*! |
122 \fn QMediaStreamsControl::isActive(int stream) |
122 \fn QMediaStreamsControl::isActive(int stream) |
123 |
123 |
145 |
145 |
146 The signal is emited when the active streams list is changed. |
146 The signal is emited when the active streams list is changed. |
147 */ |
147 */ |
148 |
148 |
149 #include "moc_qmediastreamscontrol.cpp" |
149 #include "moc_qmediastreamscontrol.cpp" |
150 QTM_END_NAMESPACE |
150 QT_END_NAMESPACE |
151 |
151 |