SlobsHideSource
C# Methods Reference
Signature
public void SlobsHideSource(string scene, string source, StreamlabsDesktopOutputType output = Both, int connection = 0)
Parameters
scene
string required
source
string required
output
Streamer.bot.Plugin.Interface.Enums.StreamlabsDesktopOutputType
connection
int
Return Type
void
Example
CPH.SlobsHideSource(scene, source);
CPH.SlobsHideSource(scene, source, output, connection);