File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ class AVInput: public PluginHost::IPlugin, public PluginHost::JSONRPC
80
80
uint32_t getEdidVersionWrapper (const JsonObject& parameters, JsonObject& response);
81
81
uint32_t setEdid2AllmSupportWrapper (const JsonObject& parameters, JsonObject& response);
82
82
uint32_t getEdid2AllmSupportWrapper (const JsonObject& parameters, JsonObject& response);
83
+ uint32_t setVRRSupportWrapper (const JsonObject& parameters, JsonObject& response);
84
+ uint32_t getVRRSupportWrapper (const JsonObject& parameters, JsonObject& response);
83
85
uint32_t startInput (const JsonObject& parameters, JsonObject& response);
84
86
uint32_t stopInput (const JsonObject& parameters, JsonObject& response);
85
87
uint32_t setVideoRectangleWrapper (const JsonObject& parameters, JsonObject& response);
You can’t perform that action at this time.
0 commit comments