Set Source Mute State

Mute or unmute a source

Parameters

Connectionrequired
Select

Select the configured OBS Studio Connection to connect to

  • Select Any to trigger on any connection
Scenerequired
String

Select the scene from this dropdown list, you can also manually enter a scene name.

Sourcerequired
String

Select the source from this dropdown list, you can also manually enter a scene name.

Staterequired
Select

Select the mute status for the source

  • Muted: Set the mute state to muted
  • Not Muted: Set the mute state to not muted
  • Toggle: Toggle the mute state between muted and not muted

Variables

This sub-action does not populate any variables.

C# Usage

public void ObsSetSourceMuteState(string scene, string source, int state, int connection = 0)