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

@ -33,6 +33,7 @@ with this program. If not, see <https://www.gnu.org/licenses/>
* @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