Skip to main content
Corvus Connection

On OBS Filter Changed

Obs
entry.onObsFilterChangedFires when a source filter is enabled or disabled. Binds the source, the filter, and whether it is now enabled.Triggers on a filter enable/disable; binds sourceName / filterName / isEnabled.

Outputs

Name
Kind
Type
Flags
outExecexecNone
sourceNameDataSystem.Stringmultiplexed
filterNameDataSystem.Stringmultiplexed
isEnabledDataSystem.Booleanmultiplexed

Parameters

Name
Type
Required
Default
Choices
cooldownSecondsSystem.Int32no0None
perUserCooldownSecondsSystem.Int32no0None
debounceMsSystem.Int32no0None
dedupeKeySystem.Stringno""None
maxConcurrencySystem.Int32no0None

Lowers to C#

[OnObsFilterChanged] Handle(ctx, ObsFilterContext e)