mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
VType as QString
This commit is contained in:
@@ -85,7 +85,7 @@ public:
|
||||
virtual void setGrabberFixValues(
|
||||
int width,
|
||||
int height,
|
||||
int vtype);
|
||||
QString vtype);
|
||||
|
||||
///
|
||||
/// @brief overwrite Grabber.h implementation
|
||||
@@ -216,6 +216,6 @@ private:
|
||||
bool _grabberFixEnabled;
|
||||
int _gf_width;
|
||||
int _gf_height;
|
||||
int _gf_vtype;
|
||||
QString _gf_vtype;
|
||||
|
||||
};
|
||||
|
@@ -26,7 +26,7 @@ public slots:
|
||||
void setSignalDetectionOffset(double verticalMin, double horizontalMin, double verticalMax, double horizontalMax);
|
||||
void setSignalDetectionEnable(bool enable);
|
||||
void setGrabberFixEnable(bool enable);
|
||||
void setGrabberFixValues(int width, int height, string vtype);
|
||||
void setGrabberFixValues(int width, int height, QString vtype);
|
||||
void setDeviceVideoStandard(QString device, VideoStandard videoStandard);
|
||||
|
||||
signals:
|
||||
|
Reference in New Issue
Block a user