File tree 2 files changed +36
-0
lines changed
2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1259
1259
],
1260
1260
"responseFields" : []
1261
1261
},
1262
+ {
1263
+ "description" : " Gets an array of all available source filter kinds.\n\n Similar 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
+ },
1262
1279
{
1263
1280
"description" : " Gets an array of all of a source's filters." ,
1264
1281
"requestType" : " GetSourceFilterList" ,
Original file line number Diff line number Diff line change @@ -2596,6 +2596,7 @@ communication is desired.
2596
2596
- [ TriggerStudioModeTransition] ( #triggerstudiomodetransition )
2597
2597
- [ SetTBarPosition] ( #settbarposition )
2598
2598
- [ Filters Requests] ( #filters-1-requests )
2599
+ - [ GetSourceFilterKindList] ( #getsourcefilterkindlist )
2599
2600
- [ GetSourceFilterList] ( #getsourcefilterlist )
2600
2601
- [ GetSourceFilterDefaultSettings] ( #getsourcefilterdefaultsettings )
2601
2602
- [ CreateSourceFilter] ( #createsourcefilter )
@@ -4092,6 +4093,24 @@ Sets the position of the TBar.
4092
4093
4093
4094
## Filters Requests
4094
4095
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< ; String> ; | Array of source filter kinds |
4111
+
4112
+ ---
4113
+
4095
4114
### GetSourceFilterList
4096
4115
4097
4116
Gets an array of all of a source's filters.
You can’t perform that action at this time.
0 commit comments