ObsSetRandomGroupSourceVisible
C# Methods Reference
Signature
public string ObsSetRandomGroupSourceVisible(string scene, string groupName, int connection = 0)
Parameters
scene
string required
groupName
string required
connection
int
Return Type
string
Example
CPH.ObsSetRandomGroupSourceVisible(scene, groupName);
CPH.ObsSetRandomGroupSourceVisible(scene, groupName, connection);