equal
deleted
inserted
replaced
40 ****************************************************************************/ |
40 ****************************************************************************/ |
41 |
41 |
42 |
42 |
43 #include "qmediacontainercontrol.h" |
43 #include "qmediacontainercontrol.h" |
44 |
44 |
45 QTM_BEGIN_NAMESPACE |
45 QT_BEGIN_NAMESPACE |
46 |
46 |
47 /*! |
47 /*! |
48 \class QMediaContainerControl |
48 \class QMediaContainerControl |
49 \preliminary |
49 \preliminary |
50 \brief The QMediaContainerControl class provides access to the output container format of a QMediaService |
50 \brief The QMediaContainerControl class provides access to the output container format of a QMediaService |
114 |
114 |
115 Returns a description of the container format identified by the given \a mimeType. |
115 Returns a description of the container format identified by the given \a mimeType. |
116 */ |
116 */ |
117 |
117 |
118 #include "moc_qmediacontainercontrol.cpp" |
118 #include "moc_qmediacontainercontrol.cpp" |
119 QTM_END_NAMESPACE |
119 QT_END_NAMESPACE |
120 |
120 |