]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
Merge branch 'master' of git://anongit.kde.org/kdenlive
[kdenlive] / src / docclipbase.h
index c2a8bd499e196264cc9e9ff9724429f3d0a9d8e4..8e0f6ac452b792b6108786a0cd7625596126bb74 100644 (file)
@@ -240,6 +240,9 @@ private:   // Private attributes
     /** Try to make sure we don't delete a producer while using it */
     QMutex m_producerMutex;
     QMutex m_replaceMutex;
+    
+    /** @brief This timer will trigger creation of audio thumbnails. */
+    QTimer m_audioTimer;
 
     /** Create connections for audio thumbnails */
     void slotRefreshProducer();
@@ -267,7 +270,10 @@ public slots:
     uint getClipThumbFrame() const;
     void setProperties(QMap <QString, QString> properties);
     void setMetadata(QMap <QString, QString> properties);
+    /** Returns all current properties for this clip */
     QMap <QString, QString> properties() const;
+    /** Return the current values for a set of properties */
+    QMap <QString, QString> currentProperties(QMap <QString, QString> props);
     QMap <QString, QString> metadata() const;
     void slotExtractImage(QList <int> frames);