diff --git a/docs/generated/protocol.json b/docs/generated/protocol.json index ec806198..9fe6f91f 100644 --- a/docs/generated/protocol.json +++ b/docs/generated/protocol.json @@ -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, diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 619a7e83..67c3bc27 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -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.