mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
V4L2/MF changes
This commit is contained in:
@@ -67,6 +67,11 @@ public:
|
||||
///
|
||||
virtual QStringList getActive(int inst) const;
|
||||
|
||||
virtual bool getSysGrabberState(){ return GLOBAL_GRABBER_SYS_ENABLE; }
|
||||
virtual void setSysGrabberState(bool sysGrabberState){ GLOBAL_GRABBER_SYS_ENABLE = sysGrabberState; }
|
||||
virtual bool getV4lGrabberState(){ return GLOBAL_GRABBER_V4L_ENABLE; }
|
||||
virtual void setV4lGrabberState(bool v4lGrabberState){ GLOBAL_GRABBER_V4L_ENABLE = v4lGrabberState; }
|
||||
|
||||
static QStringList availableGrabbers();
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user