docs(ci): Update generated docs - e47de63 [skip ci]

This commit is contained in:
Github Actions 2021-12-13 20:33:51 +00:00
parent e47de63786
commit 0ed3c9b367
2 changed files with 3 additions and 3 deletions

View File

@ -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.**", "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, "complexity": 3,
"rpcVersion": "1", "rpcVersion": "1",
"deprecated": false, "deprecated": false,

View File

@ -1403,7 +1403,7 @@ The profile list has changed.
- [SetSceneName](#setscenename) - [SetSceneName](#setscenename)
- [GetSourceActive](#getsourceactive) - [GetSourceActive](#getsourceactive)
- [GetSourceScreenshot](#getsourcescreenshot) - [GetSourceScreenshot](#getsourcescreenshot)
- [GetSourceScreenshot](#getsourcescreenshot) - [SaveSourceScreenshot](#savesourcescreenshot)
- [Inputs](#inputs) - [Inputs](#inputs)
- [GetInputList](#getinputlist) - [GetInputList](#getinputlist)
- [GetInputKindList](#getinputkindlist) - [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. Saves a screenshot of a source to the filesystem.