mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(travis): Update protocol.md - d4db0bd [skip ci]
This commit is contained in:
parent
d4db0bdfe5
commit
a8b00b026e
@ -2913,7 +2913,8 @@
|
|||||||
"{double} `version` OBSRemote compatible API version. Fixed to 1.1 for retrocompatibility.",
|
"{double} `version` OBSRemote compatible API version. Fixed to 1.1 for retrocompatibility.",
|
||||||
"{String} `obs-websocket-version` obs-websocket plugin version.",
|
"{String} `obs-websocket-version` obs-websocket plugin version.",
|
||||||
"{String} `obs-studio-version` OBS Studio program version.",
|
"{String} `obs-studio-version` OBS Studio program version.",
|
||||||
"{String} `available-requests` List of available request types, formatted as a comma-separated list string (e.g. : \"Method1,Method2,Method3\")."
|
"{String} `available-requests` List of available request types, formatted as a comma-separated list string (e.g. : \"Method1,Method2,Method3\").",
|
||||||
|
"{String} `supported-image-export-formats` List of supported formats for features that use image export (like the TakeSourceScreenshot request type) formatted as a comma-separated list string"
|
||||||
],
|
],
|
||||||
"api": "requests",
|
"api": "requests",
|
||||||
"name": "GetVersion",
|
"name": "GetVersion",
|
||||||
@ -2939,6 +2940,11 @@
|
|||||||
"type": "String",
|
"type": "String",
|
||||||
"name": "available-requests",
|
"name": "available-requests",
|
||||||
"description": "List of available request types, formatted as a comma-separated list string (e.g. : \"Method1,Method2,Method3\")."
|
"description": "List of available request types, formatted as a comma-separated list string (e.g. : \"Method1,Method2,Method3\")."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "String",
|
||||||
|
"name": "supported-image-export-formats",
|
||||||
|
"description": "List of supported formats for features that use image export (like the TakeSourceScreenshot request type) formatted as a comma-separated list string"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"names": [
|
"names": [
|
||||||
|
@ -1182,6 +1182,7 @@ _No specified parameters._
|
|||||||
| `obs-websocket-version` | _String_ | obs-websocket plugin version. |
|
| `obs-websocket-version` | _String_ | obs-websocket plugin version. |
|
||||||
| `obs-studio-version` | _String_ | OBS Studio program version. |
|
| `obs-studio-version` | _String_ | OBS Studio program version. |
|
||||||
| `available-requests` | _String_ | List of available request types, formatted as a comma-separated list string (e.g. : "Method1,Method2,Method3"). |
|
| `available-requests` | _String_ | List of available request types, formatted as a comma-separated list string (e.g. : "Method1,Method2,Method3"). |
|
||||||
|
| `supported-image-export-formats` | _String_ | List of supported formats for features that use image export (like the TakeSourceScreenshot request type) formatted as a comma-separated list string |
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user