qtmobility/plugins/multimedia/gstreamer/qgstreamervideowidget.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    63     GstElement *videoSink();
    63     GstElement *videoSink();
    64     void precessNewStream();
    64     void precessNewStream();
    65 
    65 
    66     QWidget *videoWidget();
    66     QWidget *videoWidget();
    67 
    67 
    68     QVideoWidget::AspectRatioMode aspectRatioMode() const;
    68     Qt::AspectRatioMode aspectRatioMode() const;
    69     void setAspectRatioMode(QVideoWidget::AspectRatioMode mode);
    69     void setAspectRatioMode(Qt::AspectRatioMode mode);
    70 
    70 
    71     bool isFullScreen() const;
    71     bool isFullScreen() const;
    72     void setFullScreen(bool fullScreen);
    72     void setFullScreen(bool fullScreen);
    73 
    73 
    74     int brightness() const;
    74     int brightness() const;
    94     void windowExposed();
    94     void windowExposed();
    95 
    95 
    96     GstElement *m_videoSink;
    96     GstElement *m_videoSink;
    97     QGstreamerVideoWidget *m_widget;
    97     QGstreamerVideoWidget *m_widget;
    98     WId m_windowId;
    98     WId m_windowId;
    99     QVideoWidget::AspectRatioMode m_aspectRatioMode;
    99     Qt::AspectRatioMode m_aspectRatioMode;
   100     bool m_fullScreen;
   100     bool m_fullScreen;
   101 };
   101 };
   102 
   102 
   103 #endif // QGSTREAMERVIDEOWIDGET_H
   103 #endif // QGSTREAMERVIDEOWIDGET_H