]> git.sesse.net Git - kdenlive/blobdiff - src/clipitem.h
Change clip speed (slowmotion) - not finished yet, saving does not work
[kdenlive] / src / clipitem.h
index f05c866aa047499d84645bcfebd82a9eb056e6e1..dc5b3b754e6a057e9b8a42918169ec5e847f4dff 100644 (file)
@@ -91,6 +91,8 @@ public:
     QString keyframes(const int index);
     void setKeyframes(const int ix, const QString keyframes);
     void setEffectList(const EffectsList effectList);
+    void setSpeed(const double speed);
+    double speed() const;
 
 protected:
     //virtual void mouseMoveEvent(QGraphicsSceneMouseEvent * event);
@@ -128,6 +130,7 @@ private:
     QTimeLine *m_timeLine;
     uint m_thumbsRequested;
     bool m_hover;
+    double m_speed;
 
     EffectsList m_effectList;
     QList <Transition*> m_transitionsList;