Slobs Set Source Visibility
Signature
public void SlobsSetSourceVisibility(string scene, string source, bool visible, StreamlabsDesktopOutputType output = Both, int connection = 0)
Parameters
scene
string required
No description provided.
source
string required
No description provided.
visible
bool required
No description provided.
output
Streamer.bot.Plugin.Interface.Enums.StreamlabsDesktopOutputType
Default:
Both
No description provided.
connection
int
Default:
0
No description provided.
Return Type
void
Example
CPH.SlobsSetSourceVisibility(scene, source, visible);
CPH.SlobsSetSourceVisibility(scene, source, visible, output, connection);