mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - 4201664
[skip ci]
This commit is contained in:
parent
4201664c7b
commit
6122fe6ea7
@ -2826,7 +2826,13 @@
|
||||
"initialVersion": "5.0.0",
|
||||
"category": "record",
|
||||
"requestFields": [],
|
||||
"responseFields": []
|
||||
"responseFields": [
|
||||
{
|
||||
"valueName": "outputPath",
|
||||
"valueType": "String",
|
||||
"valueDescription": "File name for the saved recording"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Toggles pause on the record output.",
|
||||
@ -4881,6 +4887,11 @@
|
||||
"valueName": "outputState",
|
||||
"valueType": "String",
|
||||
"valueDescription": "The specific state of the output"
|
||||
},
|
||||
{
|
||||
"valueName": "outputPath",
|
||||
"valueType": "String",
|
||||
"valueDescription": "File name for the saved recording, if record stopped. `null` otherwise"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -2148,6 +2148,7 @@ The state of the record output has changed.
|
||||
| ---- | :---: | ----------- |
|
||||
| outputActive | Boolean | Whether the output is active |
|
||||
| outputState | String | The specific state of the output |
|
||||
| outputPath | String | File name for the saved recording, if record stopped. `null` otherwise |
|
||||
|
||||
---
|
||||
|
||||
@ -4606,6 +4607,12 @@ Stops the record output.
|
||||
- Latest Supported RPC Version: `1`
|
||||
- Added in v5.0.0
|
||||
|
||||
**Response Fields:**
|
||||
|
||||
| Name | Type | Description |
|
||||
| ---- | :---: | ----------- |
|
||||
| outputPath | String | File name for the saved recording |
|
||||
|
||||
---
|
||||
|
||||
### ToggleRecordPause
|
||||
|
Loading…
Reference in New Issue
Block a user