equal
deleted
inserted
replaced
50 |
50 |
51 #include <QtGui/qmacdefines_mac.h> |
51 #include <QtGui/qmacdefines_mac.h> |
52 #include "qt7videooutputcontrol.h" |
52 #include "qt7videooutputcontrol.h" |
53 #include <QtMultimedia/qvideoframe.h> |
53 #include <QtMultimedia/qvideoframe.h> |
54 |
54 |
|
55 QT_BEGIN_NAMESPACE |
|
56 |
55 class QVideoFrame; |
57 class QVideoFrame; |
56 |
|
57 QTM_BEGIN_NAMESPACE |
|
58 |
58 |
59 class QT7PlayerSession; |
59 class QT7PlayerSession; |
60 class QT7PlayerService; |
60 class QT7PlayerService; |
61 |
61 |
62 class QT7MovieViewRenderer : public QT7VideoRendererControl |
62 class QT7MovieViewRenderer : public QT7VideoRendererControl |
85 QAbstractVideoSurface *m_surface; |
85 QAbstractVideoSurface *m_surface; |
86 QVideoFrame m_currentFrame; |
86 QVideoFrame m_currentFrame; |
87 QMutex m_mutex; |
87 QMutex m_mutex; |
88 }; |
88 }; |
89 |
89 |
90 QTM_END_NAMESPACE |
90 QT_END_NAMESPACE |
91 |
91 |
92 #endif |
92 #endif |