Get Filter State
Get the current state of a specific filter of an input
Preview
Parameters
Inputrequired
Select
Audio input you want to change the filter of
Filterrequired
Select
Filter you want to get state of
Variables
The following variables will be populated after executing this sub-action:
Description | ||
---|---|---|
filter.active | bool | Indicates if filter is enabled Example: true |
filter.id | string | Indentifier of the selected filter Example: 123456-1234-1234-ABCD-ABCDE12345 |
filter.name | string | Name of the filter Example: Elgato Noise Removal |
filter.pluginId | string | ID of the filter plugin Example: e954837c |
input.identifier | string | Identifier of the audio input Example: ABCD_1234 |
input.name | string | Name of the audio input Example: Microphone |
Â