1 /*
2     SPDX-FileCopyrightText: 2010 Jean-Baptiste Mardelle <jb@kdenlive.org>
3 
4 SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
5 */
6 
7 #ifndef V4LCAPTURE_H
8 #define V4LCAPTURE_H
9 //#include "src.h"
10 
11 #include <QStringList>
12 
13 class V4lCaptureHandler
14 {
15 
16 public:
17     V4lCaptureHandler();
18     static QStringList getDeviceName(const QString &input);
19 };
20 
21 #endif
22