]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Volume slider in monitors
[kdenlive] / src / renderer.h
index 303b0fd1fe8ba1cbdccd0dc38a416862867a3740..0749ad13ddae6522478a22d0d6d7d972c57d66f4 100644 (file)
@@ -127,7 +127,7 @@ Q_OBJECT public:
     /** @brief Stops playing.
      * @param startTime time to seek to */
     void stop(const GenTime & startTime);
-    void setVolume(double volume);
+    int volume() const;
 
     QImage extractFrame(int frame_position, int width = -1, int height = -1);
 
@@ -373,6 +373,7 @@ public slots:
     void mltSavePlaylist();
     void slotSplitView(bool doit);
     void slotSwitchFullscreen();
+    void slotSetVolume(int volume);
 };
 
 #endif