mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - fb2abc4
[skip ci]
This commit is contained in:
parent
fb2abc45cf
commit
6527381c91
@ -1144,7 +1144,7 @@
|
|||||||
"rpcVersion": "1",
|
"rpcVersion": "1",
|
||||||
"deprecated": false,
|
"deprecated": false,
|
||||||
"initialVersion": "5.0.0",
|
"initialVersion": "5.0.0",
|
||||||
"category": "rconfig",
|
"category": "config",
|
||||||
"requestFields": [],
|
"requestFields": [],
|
||||||
"responseFields": [
|
"responseFields": [
|
||||||
{
|
{
|
||||||
|
@ -2294,6 +2294,7 @@ Studio mode has been enabled or disabled.
|
|||||||
- [SetVideoSettings](#setvideosettings)
|
- [SetVideoSettings](#setvideosettings)
|
||||||
- [GetStreamServiceSettings](#getstreamservicesettings)
|
- [GetStreamServiceSettings](#getstreamservicesettings)
|
||||||
- [SetStreamServiceSettings](#setstreamservicesettings)
|
- [SetStreamServiceSettings](#setstreamservicesettings)
|
||||||
|
- [GetRecordDirectory](#getrecorddirectory)
|
||||||
- [Sources Requests](#sources-requests)
|
- [Sources Requests](#sources-requests)
|
||||||
- [GetSourceActive](#getsourceactive)
|
- [GetSourceActive](#getsourceactive)
|
||||||
- [GetSourceScreenshot](#getsourcescreenshot)
|
- [GetSourceScreenshot](#getsourcescreenshot)
|
||||||
@ -2865,6 +2866,22 @@ Note: Simple RTMP settings can be set with type `rtmp_custom` and the settings f
|
|||||||
| streamServiceType | String | Type of stream service to apply. Example: `rtmp_common` or `rtmp_custom` | None | N/A |
|
| streamServiceType | String | Type of stream service to apply. Example: `rtmp_common` or `rtmp_custom` | None | N/A |
|
||||||
| streamServiceSettings | Object | Settings to apply to the service | None | N/A |
|
| streamServiceSettings | Object | Settings to apply to the service | None | N/A |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### GetRecordDirectory
|
||||||
|
|
||||||
|
Gets the current directory that the record output is set to.
|
||||||
|
|
||||||
|
- Complexity Rating: `1/5`
|
||||||
|
- Latest Supported RPC Version: `1`
|
||||||
|
- Added in v5.0.0
|
||||||
|
|
||||||
|
**Response Fields:**
|
||||||
|
|
||||||
|
| Name | Type | Description |
|
||||||
|
| ---- | :---: | ----------- |
|
||||||
|
| recordDirectory | String | Output directory |
|
||||||
|
|
||||||
## Sources Requests
|
## Sources Requests
|
||||||
|
|
||||||
### GetSourceActive
|
### GetSourceActive
|
||||||
|
Loading…
Reference in New Issue
Block a user