@@ -83,6 +83,7 @@ class AVInput: public PluginHost::IPlugin, public PluginHost::JSONRPC
83
83
uint32_t getEdid2AllmSupportWrapper (const JsonObject& parameters, JsonObject& response);
84
84
uint32_t setVRRSupportWrapper (const JsonObject& parameters, JsonObject& response);
85
85
uint32_t getVRRSupportWrapper (const JsonObject& parameters, JsonObject& response);
86
+ uint32_t getVRRFrameRateWrapper (const JsonObject& parameters, JsonObject& response);
86
87
uint32_t startInput (const JsonObject& parameters, JsonObject& response);
87
88
uint32_t stopInput (const JsonObject& parameters, JsonObject& response);
88
89
uint32_t setVideoRectangleWrapper (const JsonObject& parameters, JsonObject& response);
@@ -103,7 +104,7 @@ class AVInput: public PluginHost::IPlugin, public PluginHost::JSONRPC
103
104
bool getVRRSupport (int portId, bool *vrrSupportValue);
104
105
bool setVideoRectangle (int x, int y, int width, int height, int type);
105
106
bool getALLMStatus (int iPort);
106
- void getVRRStatus (int iPort, dsVRRType_t *vrrType );
107
+ bool getVRRStatus (int iPort, dsHdmiInVrrStatus_t *vrrStatus );
107
108
108
109
void AVInputHotplug (int input , int connect, int type);
109
110
void AVInputVRRChange ( int port , dsVRRType_t vrr_type, bool vrr_mode);
0 commit comments