]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Fix Dvd wizard monitor layout and loading issues
[kdenlive] / src / renderer.h
index 0955b243d9deb1d2abc6b1f2d8b1727c977f6cf8..28e317c6981dad5382b76b115c1601814ec64fa0 100644 (file)
@@ -329,7 +329,13 @@ Q_OBJECT public:
     static bool getBlackMagicOutputDeviceList(KComboBox *devicelist, bool force = false);
     /** @brief Frame rendering is handeled by Kdenlive, don't show video through SDL display */
     void disablePreview(bool disable);
+    /** @brief Get current seek pos requested of SEEK_INACTIVE if we are not currently seeking */
     int requestedSeekPosition;
+    /** @brief Get current seek pos requested of current producer pos if not seeking */
+    int getCurrentSeekPosition() const;
+    /** @brief Create a producer from url and load it in the monitor  */
+    void loadUrl(const QString &url);
+    
     QSemaphore showFrameSemaphore;
     bool externalConsumer;