SlobsSetSourceVisibilityState

C# Methods Reference

Signature

public void SlobsSetSourceVisibilityState(string scene, string source, int state, StreamlabsDesktopOutputType output = Both, int connection = 0)

Parameters

scene
string required
source
string required
state
int required
output
Streamer.bot.Plugin.Interface.Enums.StreamlabsDesktopOutputType
Default:
Both
connection
int
Default:
0

No description provided.

Return Type

void

Example

CPH.SlobsSetSourceVisibilityState(scene, source, state);
CPH.SlobsSetSourceVisibilityState(scene, source, state, output, connection);