File indexing completed on 2024-04-28 08:43:36

0001 /*
0002     SPDX-FileCopyrightText: 2010 Jean-Baptiste Mardelle <jb@kdenlive.org>
0003 
0004 SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0005 */
0006 
0007 #pragma once
0008 
0009 //#include "src.h"
0010 
0011 #include <QStringList>
0012 
0013 class V4lCaptureHandler
0014 {
0015 
0016 public:
0017     V4lCaptureHandler();
0018     static QStringList getDeviceName(const QString &input);
0019 };