Set Source Visibility State

Show or hide 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

  • Visible: Set the visibility state to visible
  • Hidden: Set the visibility state to hidden
  • Toggle: Toggle the visibility state between visible and hidden

C# Usage

public void SlobsSetSourceVisibility(string scene, string source, bool visible, int connection = 0)