Skip to content

Commit

Permalink
docs: Fix SaveSourceScreenshot's Response Field
Browse files Browse the repository at this point in the history
  • Loading branch information
aki-954315 authored and tt2468 committed Jan 16, 2024
1 parent 899a9b3 commit a5c459b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/requesthandler/RequestHandler_Sources.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,6 @@ RequestResult RequestHandler::GetSourceScreenshot(const Request &request)
* @requestField ?imageHeight | Number | Height to scale the screenshot to | >= 8, <= 4096 | Source value is used
* @requestField ?imageCompressionQuality | Number | Compression quality to use. 0 for high compression, 100 for uncompressed. -1 to use "default" (whatever that means, idk) | >= -1, <= 100 | -1
*
* @responseField imageData | String | Base64-encoded screenshot
*
* @requestType SaveSourceScreenshot
* @complexity 3
* @rpcVersion -1
Expand Down

0 comments on commit a5c459b

Please sign in to comment.