mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
-Reload MF Grabber only once per WebUI update
- Cleanup
This commit is contained in:
@@ -92,10 +92,15 @@ public:
|
||||
virtual void setCecDetectionEnable(bool enable) {}
|
||||
|
||||
///
|
||||
/// @brief Apply device and videoStanded (used from v4l)
|
||||
/// @brief Apply device and videoStandard (used from v4l)
|
||||
///
|
||||
virtual void setDeviceVideoStandard(QString device, VideoStandard videoStandard) {}
|
||||
|
||||
///
|
||||
/// @brief Apply device (used from MediaFoundation)
|
||||
///
|
||||
virtual bool setDevice(QString device) { return false; }
|
||||
|
||||
///
|
||||
/// @brief Apply display index (used from qt)
|
||||
///
|
||||
|
Reference in New Issue
Block a user