From 52733ddce760b56f5d88f8224b4516a3567b7a23 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Tue, 16 Jan 2024 08:19:11 +0000 Subject: [PATCH] docs(ci): Update generated docs - 444caeb [skip ci] --- docs/generated/protocol.json | 17 +++++++++++++++++ docs/generated/protocol.md | 19 +++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/docs/generated/protocol.json b/docs/generated/protocol.json index 8cf62018..123846e4 100644 --- a/docs/generated/protocol.json +++ b/docs/generated/protocol.json @@ -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", + "valueDescription": "Array of source filter kinds" + } + ] + }, { "description": "Gets an array of all of a source's filters.", "requestType": "GetSourceFilterList", diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 93a7f8de..8ca5edc0 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -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.