summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer/camerabin/camerabinrecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/gstreamer/camerabin/camerabinrecorder.h')
-rw-r--r--src/plugins/gstreamer/camerabin/camerabinrecorder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/gstreamer/camerabin/camerabinrecorder.h b/src/plugins/gstreamer/camerabin/camerabinrecorder.h
index 8d890bae1..5cad3c499 100644
--- a/src/plugins/gstreamer/camerabin/camerabinrecorder.h
+++ b/src/plugins/gstreamer/camerabin/camerabinrecorder.h
@@ -66,6 +66,7 @@ public:
qint64 duration() const;
bool isMuted() const;
+ qreal volume() const;
void applySettings();
GstEncodingContainerProfile *videoProfile();
@@ -73,6 +74,7 @@ public:
public slots:
void setState(QMediaRecorder::State state);
void setMuted(bool);
+ void setVolume(qreal volume);
private slots:
void updateStatus();