mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Merge pull request #877 from dnaka91/supported-image-formats
docs: Add missing `supportedImageFormats` to docs
This commit is contained in:
commit
f7ab102c21
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user