Skip to main content
Corvus Connection

On OBS Record State Changed

Obs
entry.onObsRecordStateChangedFires when OBS recording starts or stops. Binds whether it is now recording and the raw OBS state.Triggers on a record start/stop; binds isRecording / state.

Outputs

Name
Kind
Type
Flags
outExecexecNone
isRecordingDataSystem.Booleanmultiplexed
stateDataSystem.Stringmultiplexed

Parameters

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

Lowers to C#

[OnObsRecordStateChanged] Handle(ctx, ObsRecordStateContext e)