Skip to content

Commit 52733dd

Browse files
author
Github Actions
committed
docs(ci): Update generated docs - 444caeb [skip ci]
1 parent 444caeb commit 52733dd

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

docs/generated/protocol.json

+17
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,23 @@
12591259
],
12601260
"responseFields": []
12611261
},
1262+
{
1263+
"description": "Gets an array of all available source filter kinds.\n\nSimilar to `GetInputKindList`",
1264+
"requestType": "GetSourceFilterKindList",
1265+
"complexity": 2,
1266+
"rpcVersion": "1",
1267+
"deprecated": false,
1268+
"initialVersion": "5.4.0",
1269+
"category": "filters",
1270+
"requestFields": [],
1271+
"responseFields": [
1272+
{
1273+
"valueName": "sourceFilterKinds",
1274+
"valueType": "Array<String>",
1275+
"valueDescription": "Array of source filter kinds"
1276+
}
1277+
]
1278+
},
12621279
{
12631280
"description": "Gets an array of all of a source's filters.",
12641281
"requestType": "GetSourceFilterList",

docs/generated/protocol.md

+19
Original file line numberDiff line numberDiff line change
@@ -2596,6 +2596,7 @@ communication is desired.
25962596
- [TriggerStudioModeTransition](#triggerstudiomodetransition)
25972597
- [SetTBarPosition](#settbarposition)
25982598
- [Filters Requests](#filters-1-requests)
2599+
- [GetSourceFilterKindList](#getsourcefilterkindlist)
25992600
- [GetSourceFilterList](#getsourcefilterlist)
26002601
- [GetSourceFilterDefaultSettings](#getsourcefilterdefaultsettings)
26012602
- [CreateSourceFilter](#createsourcefilter)
@@ -4092,6 +4093,24 @@ Sets the position of the TBar.
40924093

40934094
## Filters Requests
40944095

4096+
### GetSourceFilterKindList
4097+
4098+
Gets an array of all available source filter kinds.
4099+
4100+
Similar to `GetInputKindList`
4101+
4102+
- Complexity Rating: `2/5`
4103+
- Latest Supported RPC Version: `1`
4104+
- Added in v5.4.0
4105+
4106+
**Response Fields:**
4107+
4108+
| Name | Type | Description |
4109+
| ---- | :---: | ----------- |
4110+
| sourceFilterKinds | Array&lt;String&gt; | Array of source filter kinds |
4111+
4112+
---
4113+
40954114
### GetSourceFilterList
40964115

40974116
Gets an array of all of a source's filters.

0 commit comments

Comments
 (0)