equal
deleted
inserted
replaced
42 #ifndef QVIDEOOUTPUTCONTROL_H |
42 #ifndef QVIDEOOUTPUTCONTROL_H |
43 #define QVIDEOOUTPUTCONTROL_H |
43 #define QVIDEOOUTPUTCONTROL_H |
44 |
44 |
45 #include "qmediacontrol.h" |
45 #include "qmediacontrol.h" |
46 |
46 |
47 QTM_BEGIN_NAMESPACE |
47 QT_BEGIN_NAMESPACE |
48 |
48 |
49 class Q_MEDIA_EXPORT QVideoOutputControl : public QMediaControl |
49 class Q_MEDIA_EXPORT QVideoOutputControl : public QMediaControl |
50 { |
50 { |
51 Q_OBJECT |
51 Q_OBJECT |
52 |
52 |
76 }; |
76 }; |
77 |
77 |
78 #define QVideoOutputControl_iid "com.nokia.Qt.QVideoOutputControl/1.0" |
78 #define QVideoOutputControl_iid "com.nokia.Qt.QVideoOutputControl/1.0" |
79 Q_MEDIA_DECLARE_CONTROL(QVideoOutputControl, QVideoOutputControl_iid) |
79 Q_MEDIA_DECLARE_CONTROL(QVideoOutputControl, QVideoOutputControl_iid) |
80 |
80 |
81 QTM_END_NAMESPACE |
81 QT_END_NAMESPACE |
82 |
82 |
83 #endif |
83 #endif |