]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Audio recording (works even while playing project, nice for voiceover)
[kdenlive] / src / renderer.h
index 45e140a1502a4de396c6482aad5a31f253a54bb8..809fc4fbab1385fdfa8833327070197464eac06a 100644 (file)
@@ -286,7 +286,7 @@ Q_OBJECT public:
     /** @brief Returns a pointer to the main producer. */
     Mlt::Producer *getProducer();
     /** @brief Returns the number of clips to process (When requesting clip info). */
-    int processingItems() const;
+    int processingItems();
     /** @brief Force processing of clip with selected id. */
     void forceProcessing(const QString &id);
     /** @brief Are we currently processing clip with selected id. */
@@ -303,6 +303,7 @@ Q_OBJECT public:
     Mlt::Tractor *lockService();
     /** @brief Unlock the MLT service */
     void unlockService(Mlt::Tractor *tractor);
+    const QString activeClipId();
 
 private: