Skip to content

Commit e021a08

Browse files
authored
Update AVInput.json
1 parent 0c89f2f commit e021a08

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

tools/json_generator/output/AVInput/AVInput.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,37 @@
252252
]
253253
}
254254
},
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+
"properties": {
271+
"currentVRRVideoFrameRate": {
272+
"summary": "The VRR FrameRate.",
273+
"type": "number",
274+
"example": 48.6
275+
},
276+
"success": {
277+
"$ref": "#/common/success"
278+
}
279+
},
280+
"required": [
281+
"currentVRRVideoFrameRate",
282+
"success"
283+
]
284+
}
285+
},
255286
"getEdidVersion":{
256287
"summary": "Returns the EDID version.",
257288
"params": {

0 commit comments

Comments
 (0)