summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer/camerabin/camerabinrecorder.h
diff options
context:
space:
mode:
authorDmytro Poplavskiy <dmytro.poplavskiy@nokia.com>2012-05-21 12:09:50 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-19 09:08:53 +0200
commit36ff2fe85e418e7cf82f6c6a67d49a2f16998853 (patch)
tree5d64120ddcffa9415149e1ebc3ebc7bbf86ac9bb /src/plugins/gstreamer/camerabin/camerabinrecorder.h
parent0d0e89b1e89589812a91ee8d202de2576d6ae89f (diff)
Added volume property to QMediaRecorder
Change-Id: I19f727107651c9f640ca1c010a3764f05aef8820 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
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();