mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - 00dd8d7
[skip ci]
This commit is contained in:
parent
00dd8d7821
commit
e6761cf286
@ -2783,7 +2783,24 @@
|
||||
{
|
||||
"valueName": "scenes",
|
||||
"valueType": "Array<Object>",
|
||||
"valueDescription": "Array of scenes in OBS"
|
||||
"valueDescription": "Array of scenes"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Gets an array of all groups in OBS.\n\nGroups in OBS are actually scenes, but renamed and modified. In obs-websocket, we treat them as scenes where we can.",
|
||||
"requestType": "GetGroupList",
|
||||
"complexity": 2,
|
||||
"rpcVersion": "1",
|
||||
"deprecated": false,
|
||||
"initialVersion": "5.0.0",
|
||||
"category": "scenes",
|
||||
"requestFields": [],
|
||||
"responseFields": [
|
||||
{
|
||||
"valueName": "groups",
|
||||
"valueType": "Array<String>",
|
||||
"valueDescription": "Array of group names"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -2064,6 +2064,7 @@ Studio mode has been enabled or disabled.
|
||||
- [SaveSourceScreenshot](#savesourcescreenshot)
|
||||
- [Scenes](#scenes-1)
|
||||
- [GetSceneList](#getscenelist)
|
||||
- [GetGroupList](#getgrouplist)
|
||||
- [GetCurrentProgramScene](#getcurrentprogramscene)
|
||||
- [SetCurrentProgramScene](#setcurrentprogramscene)
|
||||
- [GetCurrentPreviewScene](#getcurrentpreviewscene)
|
||||
@ -2727,7 +2728,26 @@ Gets an array of all scenes in OBS.
|
||||
| ---- | :---: | ----------- |
|
||||
| currentProgramSceneName | String | Current program scene |
|
||||
| currentPreviewSceneName | String | Current preview scene. `null` if not in studio mode |
|
||||
| scenes | Array<Object> | Array of scenes in OBS |
|
||||
| scenes | Array<Object> | Array of scenes |
|
||||
|
||||
---
|
||||
|
||||
### GetGroupList
|
||||
|
||||
Gets an array of all groups in OBS.
|
||||
|
||||
Groups in OBS are actually scenes, but renamed and modified. In obs-websocket, we treat them as scenes where we can.
|
||||
|
||||
- Complexity Rating: `2/5`
|
||||
- Latest Supported RPC Version: `1`
|
||||
- Added in v5.0.0
|
||||
|
||||
|
||||
**Response Fields:**
|
||||
|
||||
| Name | Type | Description |
|
||||
| ---- | :---: | ----------- |
|
||||
| groups | Array<String> | Array of group names |
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user