Set Source Mute State
Mute or unmute a source in Streamlabs Desktop
Parameters
Connection
Select
Select the configured Streamlabs Desktop Connection to connect to
Scene
Text
Select a scene from the list, or enter a scene name
Source
Text
Select a source from the list, or enter a source name
State
Select required
Select the mute status for the source
| Value | Description |
|---|---|
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
| Name | Type | Description |
|---|---|---|
| No data | ||
C# Usage
public void SlobsSetSourceMuteState(string scene, string source, int state, int connection = 0)