mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - 8b85658
[skip ci]
This commit is contained in:
parent
8b85658c61
commit
9f68e0166b
@ -1513,6 +1513,16 @@
|
||||
"valueName": "supportedImageFormats",
|
||||
"valueType": "Array<String>",
|
||||
"valueDescription": "Image formats available in `GetSourceScreenshot` and `SaveSourceScreenshot` requests."
|
||||
},
|
||||
{
|
||||
"valueName": "platform",
|
||||
"valueType": "String",
|
||||
"valueDescription": "Name of the platform. Usually `windows`, `macos`, or `ubuntu` (linux flavor). Not guaranteed to be any of those"
|
||||
},
|
||||
{
|
||||
"valueName": "platformDescription",
|
||||
"valueType": "String",
|
||||
"valueDescription": "Description of the platform, like `Windows 10 (10.0)`"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -2424,6 +2424,8 @@ Gets data about the current plugin and RPC 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. |
|
||||
| platform | String | Name of the platform. Usually `windows`, `macos`, or `ubuntu` (linux flavor). Not guaranteed to be any of those |
|
||||
| platformDescription | String | Description of the platform, like `Windows 10 (10.0)` |
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user