mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - 444caeb
[skip ci]
This commit is contained in:
parent
444caeb1d7
commit
52733ddce7
@ -1259,6 +1259,23 @@
|
||||
],
|
||||
"responseFields": []
|
||||
},
|
||||
{
|
||||
"description": "Gets an array of all available source filter kinds.\n\nSimilar to `GetInputKindList`",
|
||||
"requestType": "GetSourceFilterKindList",
|
||||
"complexity": 2,
|
||||
"rpcVersion": "1",
|
||||
"deprecated": false,
|
||||
"initialVersion": "5.4.0",
|
||||
"category": "filters",
|
||||
"requestFields": [],
|
||||
"responseFields": [
|
||||
{
|
||||
"valueName": "sourceFilterKinds",
|
||||
"valueType": "Array<String>",
|
||||
"valueDescription": "Array of source filter kinds"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Gets an array of all of a source's filters.",
|
||||
"requestType": "GetSourceFilterList",
|
||||
|
@ -2596,6 +2596,7 @@ communication is desired.
|
||||
- [TriggerStudioModeTransition](#triggerstudiomodetransition)
|
||||
- [SetTBarPosition](#settbarposition)
|
||||
- [Filters Requests](#filters-1-requests)
|
||||
- [GetSourceFilterKindList](#getsourcefilterkindlist)
|
||||
- [GetSourceFilterList](#getsourcefilterlist)
|
||||
- [GetSourceFilterDefaultSettings](#getsourcefilterdefaultsettings)
|
||||
- [CreateSourceFilter](#createsourcefilter)
|
||||
@ -4092,6 +4093,24 @@ Sets the position of the TBar.
|
||||
|
||||
## Filters Requests
|
||||
|
||||
### GetSourceFilterKindList
|
||||
|
||||
Gets an array of all available source filter kinds.
|
||||
|
||||
Similar to `GetInputKindList`
|
||||
|
||||
- Complexity Rating: `2/5`
|
||||
- Latest Supported RPC Version: `1`
|
||||
- Added in v5.4.0
|
||||
|
||||
**Response Fields:**
|
||||
|
||||
| Name | Type | Description |
|
||||
| ---- | :---: | ----------- |
|
||||
| sourceFilterKinds | Array<String> | Array of source filter kinds |
|
||||
|
||||
---
|
||||
|
||||
### GetSourceFilterList
|
||||
|
||||
Gets an array of all of a source's filters.
|
||||
|
Loading…
Reference in New Issue
Block a user