mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - bbdc5bc
[skip ci]
This commit is contained in:
parent
bbdc5bc823
commit
f03e82c3f8
@ -3125,7 +3125,13 @@
|
|||||||
"initialVersion": "5.0.0",
|
"initialVersion": "5.0.0",
|
||||||
"category": "record",
|
"category": "record",
|
||||||
"requestFields": [],
|
"requestFields": [],
|
||||||
"responseFields": []
|
"responseFields": [
|
||||||
|
{
|
||||||
|
"valueName": "outputActive",
|
||||||
|
"valueType": "Boolean",
|
||||||
|
"valueDescription": "The new active state of the output"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Starts the record output.",
|
"description": "Starts the record output.",
|
||||||
|
@ -5024,6 +5024,12 @@ Toggles the status of the record output.
|
|||||||
- Latest Supported RPC Version: `1`
|
- Latest Supported RPC Version: `1`
|
||||||
- Added in v5.0.0
|
- Added in v5.0.0
|
||||||
|
|
||||||
|
**Response Fields:**
|
||||||
|
|
||||||
|
| Name | Type | Description |
|
||||||
|
| ---- | :---: | ----------- |
|
||||||
|
| outputActive | Boolean | The new active state of the output |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### StartRecord
|
### StartRecord
|
||||||
|
Loading…
Reference in New Issue
Block a user