We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c89f2f commit e021a08Copy full SHA for e021a08
tools/json_generator/output/AVInput/AVInput.json
@@ -252,6 +252,37 @@
252
]
253
}
254
},
255
+ "getVRRFrameRate":{
256
+ "summary": "Returns the VRR FrameRate.",
257
+ "params": {
258
+ "type":"object",
259
+ "properties": {
260
+ "portId":{
261
+ "$ref": "#/definitions/portId"
262
+ }
263
+ },
264
+ "required": [
265
+ "portid"
266
+ ]
267
268
+ "result": {
269
+ "type": "object",
270
271
+ "currentVRRVideoFrameRate": {
272
+ "summary": "The VRR FrameRate.",
273
+ "type": "number",
274
+ "example": 48.6
275
276
+ "success": {
277
+ "$ref": "#/common/success"
278
279
280
281
+ "currentVRRVideoFrameRate",
282
+ "success"
283
284
285
286
"getEdidVersion":{
287
"summary": "Returns the EDID version.",
288
"params": {
0 commit comments