From 0ed3c9b367ad7519345188a552f1184ae8dea687 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Mon, 13 Dec 2021 20:33:51 +0000 Subject: [PATCH] docs(ci): Update generated docs - e47de63 [skip ci] --- docs/generated/protocol.json | 2 +- docs/generated/protocol.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.