summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video/qvideosink.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia/video/qvideosink.h')
-rw-r--r--src/multimedia/video/qvideosink.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/multimedia/video/qvideosink.h b/src/multimedia/video/qvideosink.h
index 20053c6e2..7092f80bf 100644
--- a/src/multimedia/video/qvideosink.h
+++ b/src/multimedia/video/qvideosink.h
@@ -69,7 +69,7 @@ public:
void setRhi(QRhi *rhi);
void setFullScreen(bool fullscreen);
- bool isFullscreen() const;
+ bool isFullScreen() const;
Qt::AspectRatioMode aspectRatioMode() const;
void setAspectRatioMode(Qt::AspectRatioMode mode);
@@ -100,6 +100,13 @@ Q_SIGNALS:
// would never get called in windowed mode
void newVideoFrame(const QVideoFrame &frame) const;
+ void fullScreenChanged(bool fullScreen);
+ void brightnessChanged(float brightness);
+ void contrastChanged(float contrast);
+ void hueChanged(float hue);
+ void saturationChanged(float saturation);
+ void aspectRatioModeChanged(Qt::AspectRatioMode mode);
+
private:
QVideoSinkPrivate *d = nullptr;
};