Get Filter State

Get the current state of a specific filter of an input

Get Filter State Dialog
Input
Select required

Audio input you want to change the filter of

Filter
Select required

Filter you want to get state of

NameTypeDescription
Example Value:true

Indicates if filter is enabled

Example Value:123456-1234-1234-ABCD-ABCDE12345

Indentifier of the selected filter

Example Value:Elgato Noise Removal

Name of the filter

Example Value:e954837c

ID of the filter plugin

Example Value:ABCD_1234

Identifier of the audio input

Example Value:Microphone

Name of the audio input

public string WaveLinkInputGetFilterIdentifier(string inputIdentifier, string filterName)
Read more in API > C# > Methods > Elgato > Wave Link > Input Get Filter Identifier
public bool WaveLinkInputGetFilterState(string inputIdentifier, string filterIdentifier)
Read more in API > C# > Methods > Elgato > Wave Link > Input Get Filter State