mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - f7ab102
[skip ci]
This commit is contained in:
parent
f7ab102c21
commit
906c6c4871
@ -1081,6 +1081,11 @@
|
||||
"valueName": "availableRequests",
|
||||
"valueType": "Array<String>",
|
||||
"valueDescription": "Array of available RPC requests for the currently negotiated RPC version"
|
||||
},
|
||||
{
|
||||
"valueName": "supportedImageFormats",
|
||||
"valueType": "Array<String>",
|
||||
"valueDescription": "Image formats available in `GetSourceScreenshot` and `SaveSourceScreenshot` requests."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1469,6 +1469,7 @@ Gets data about the current plugin and RPC version.
|
||||
| obsWebSocketVersion | String | Current obs-websocket version |
|
||||
| rpcVersion | Number | Current latest obs-websocket RPC version |
|
||||
| availableRequests | Array<String> | Array of available RPC requests for the currently negotiated RPC version |
|
||||
| supportedImageFormats | Array<String> | Image formats available in `GetSourceScreenshot` and `SaveSourceScreenshot` requests. |
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user