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