SlobsSetRandomGroupSourceVisible

C# Methods Reference

Signature

public string SlobsSetRandomGroupSourceVisible(string scene, string groupName, StreamlabsDesktopOutputType output = Both, int connection = 0)

Parameters

scene
string required

No description provided.

groupName
string required

No description provided.

output
Streamer.bot.Plugin.Interface.Enums.StreamlabsDesktopOutputType

No description provided.

connection
int

No description provided.

Return Type

string

Example

CPH.SlobsSetRandomGroupSourceVisible(scene, groupName);
CPH.SlobsSetRandomGroupSourceVisible(scene, groupName, output, connection);