Set Source Mute State
Mute or unmute a source in Streamlabs Desktop
Parameters
Connectionrequired
Select
Select the configured Streamlabs Desktop Connection to connect to
Scenerequired
Text
Select a scene from the list, or enter a scene name
Sourcerequired
Text
Select a source from the list, or enter a source name
Staterequired
Select
Select the mute status for the source
Muted
: Set the mute state to mutedNot Muted
: Set the mute state to not mutedToggle
: Toggle the mute state between muted and not muted
Variables
This sub-action does not populate any variables.
C# Usage
public void SlobsSetSourceMuteState(string scene, string source, int state, int connection = 0)