qtmobility/plugins/multimedia/wmp/qwmpvideooverlay.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    73     void repaint();
    73     void repaint();
    74 
    74 
    75     QSize nativeSize() const;
    75     QSize nativeSize() const;
    76     void setNativeSize(const QSize &size);
    76     void setNativeSize(const QSize &size);
    77 
    77 
    78     QVideoWidget::AspectRatioMode aspectRatioMode() const;
    78     Qt::AspectRatioMode aspectRatioMode() const;
    79     void setAspectRatioMode(QVideoWidget::AspectRatioMode mode);
    79     void setAspectRatioMode(Qt::AspectRatioMode mode);
    80 
    80 
    81     int brightness() const;
    81     int brightness() const;
    82     void setBrightness(int brightness);
    82     void setBrightness(int brightness);
    83 
    83 
    84     int contrast() const;
    84     int contrast() const;
   135     QWmpPlayerService *m_service;
   135     QWmpPlayerService *m_service;
   136 	IWMPPlayer4 *m_player;
   136 	IWMPPlayer4 *m_player;
   137     IOleObject *m_object;
   137     IOleObject *m_object;
   138     IOleInPlaceObject *m_inPlaceObject;
   138     IOleInPlaceObject *m_inPlaceObject;
   139     WId m_winId;
   139     WId m_winId;
   140     QVideoWidget::AspectRatioMode m_aspectRatioMode;
   140     Qt::AspectRatioMode m_aspectRatioMode;
   141     QSize m_sizeHint;
   141     QSize m_sizeHint;
   142     QRect m_displayRect;
   142     QRect m_displayRect;
   143     bool m_fullScreen;
   143     bool m_fullScreen;
   144     bool m_enabled;
   144     bool m_enabled;
   145 };
   145 };