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": []
|
"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.",
|
"description": "Gets an array of all of a source's filters.",
|
||||||
"requestType": "GetSourceFilterList",
|
"requestType": "GetSourceFilterList",
|
||||||
|
@ -2596,6 +2596,7 @@ communication is desired.
|
|||||||
- [TriggerStudioModeTransition](#triggerstudiomodetransition)
|
- [TriggerStudioModeTransition](#triggerstudiomodetransition)
|
||||||
- [SetTBarPosition](#settbarposition)
|
- [SetTBarPosition](#settbarposition)
|
||||||
- [Filters Requests](#filters-1-requests)
|
- [Filters Requests](#filters-1-requests)
|
||||||
|
- [GetSourceFilterKindList](#getsourcefilterkindlist)
|
||||||
- [GetSourceFilterList](#getsourcefilterlist)
|
- [GetSourceFilterList](#getsourcefilterlist)
|
||||||
- [GetSourceFilterDefaultSettings](#getsourcefilterdefaultsettings)
|
- [GetSourceFilterDefaultSettings](#getsourcefilterdefaultsettings)
|
||||||
- [CreateSourceFilter](#createsourcefilter)
|
- [CreateSourceFilter](#createsourcefilter)
|
||||||
@ -4092,6 +4093,24 @@ Sets the position of the TBar.
|
|||||||
|
|
||||||
## Filters Requests
|
## 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
|
### GetSourceFilterList
|
||||||
|
|
||||||
Gets an array of all of a source's filters.
|
Gets an array of all of a source's filters.
|
||||||
|
Loading…
Reference in New Issue
Block a user