mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - e47de63
[skip ci]
This commit is contained in:
parent
e47de63786
commit
0ed3c9b367
@ -2153,7 +2153,7 @@
|
||||
},
|
||||
{
|
||||
"description": "Saves a screenshot of a source to the filesystem.\n\nThe `imageWidth` and `imageHeight` parameters are treated as \"scale to inner\", meaning the smallest ratio will be used and the aspect ratio of the original resolution is kept.\nIf `imageWidth` and `imageHeight` are not specified, the compressed image will use the full resolution of the source.\n\n**Compatible with inputs and scenes.**",
|
||||
"requestType": "GetSourceScreenshot",
|
||||
"requestType": "SaveSourceScreenshot",
|
||||
"complexity": 3,
|
||||
"rpcVersion": "1",
|
||||
"deprecated": false,
|
||||
|
@ -1403,7 +1403,7 @@ The profile list has changed.
|
||||
- [SetSceneName](#setscenename)
|
||||
- [GetSourceActive](#getsourceactive)
|
||||
- [GetSourceScreenshot](#getsourcescreenshot)
|
||||
- [GetSourceScreenshot](#getsourcescreenshot)
|
||||
- [SaveSourceScreenshot](#savesourcescreenshot)
|
||||
- [Inputs](#inputs)
|
||||
- [GetInputList](#getinputlist)
|
||||
- [GetInputKindList](#getinputkindlist)
|
||||
@ -2107,7 +2107,7 @@ If `imageWidth` and `imageHeight` are not specified, the compressed image will u
|
||||
|
||||
---
|
||||
|
||||
### GetSourceScreenshot
|
||||
### SaveSourceScreenshot
|
||||
|
||||
Saves a screenshot of a source to the filesystem.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user