docs: Add missing supportedImageFormats to docs

This commit is contained in:
Dominik Nakamura 2021-12-17 15:16:37 +09:00
parent 24cd95bca7
commit 64c3b62360
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

View File

@ -29,10 +29,11 @@ with this program. If not, see <https://www.gnu.org/licenses/>
/**
* Gets data about the current plugin and RPC version.
*
* @responseField obsVersion | String | Current OBS Studio version
* @responseField obsWebSocketVersion | String | Current obs-websocket version
* @responseField rpcVersion | Number | Current latest obs-websocket RPC version
* @responseField availableRequests | Array<String> | Array of available RPC requests for the currently negotiated RPC version
* @responseField obsVersion | String | Current OBS Studio version
* @responseField obsWebSocketVersion | String | Current obs-websocket version
* @responseField rpcVersion | Number | Current latest obs-websocket RPC version
* @responseField availableRequests | Array<String> | Array of available RPC requests for the currently negotiated RPC version
* @responseField supportedImageFormats | Array<String> | Image formats available in `GetSourceScreenshot` and `SaveSourceScreenshot` requests.
*
* @requestType GetVersion
* @complexity 1