Add support for native resolution streaming

This commit is contained in:
Cameron Gutman
2018-08-05 14:55:26 -07:00
parent 36b42f6e50
commit 9cc20c27ab
4 changed files with 104 additions and 11 deletions
+3
View File
@@ -1,6 +1,7 @@
#pragma once
#include <QObject>
#include <QRect>
class StreamingPreferences : public QObject
{
@@ -18,6 +19,8 @@ public:
Q_INVOKABLE static int getMaximumStreamingFrameRate();
Q_INVOKABLE QRect getDisplayResolution(int displayIndex);
void reload();
enum AudioConfig