Set Source Mute State

Mute or unmute a source

Parameters

Connection

Select the configured Streamlabs Desktop Connection to connect to

Scene

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

  • Type: String

Source

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

  • Type: String

State

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

C# Usage

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