]> git.sesse.net Git - kdenlive/blobdiff - src/monitormanager.h
User can now enable / disable proxy for each clip
[kdenlive] / src / monitormanager.h
index 31bd5093e9e61eb95cf6cd4c30e24d2c284129b8..625bc6bfc98197ea5d2d6b1b5dbb4e2b02129564 100644 (file)
@@ -43,6 +43,7 @@ public slots:
      * @param name name of the monitor to activate */
     void activateMonitor(QString name = QString());
     void slotPlay();
+    void slotPause();
     void slotPlayZone();
     void slotLoopZone();
     void slotRewind(double speed = 0);
@@ -59,6 +60,10 @@ public slots:
      * @ref activateMonitor
      * @param activateClip whether to activate the clip monitor */
     void slotSwitchMonitors(bool activateClip);
+    void slotUpdateAudioMonitoring();
+
+private slots:
+    void slotRefreshCurrentMonitor();
 
 private:
     Monitor *m_clipMonitor;