]> git.sesse.net Git - kdenlive/blobdiff - src/blackmagic/capture.h
Stopmotion widget: Improved webcam support, taken from the fswebcam project
[kdenlive] / src / blackmagic / capture.h
index db716c80c505be26c088a7b148ee2a53e505d0fc..1be79adb8cbf36074214f67b9ae3a69a3f98f873 100644 (file)
@@ -59,7 +59,8 @@ public:
     void showOverlay(QImage img, bool transparent = true);
     void hideOverlay();
     void hidePreview(bool hide);
-    QString getDeviceName(QString, int *, int *);
+    QStringList getDeviceName(QString);
+    void setDevice(const QString input, QString size = QString());
 
 private:
     IDeckLinkIterator       *deckLinkIterator;