Obs Set Random Group Source Visible
Signature
public string ObsSetRandomGroupSourceVisible(string scene, string groupName, int connection = 0)
Parameters
scene
string required
No description provided.
groupName
string required
No description provided.
connection
int
Default:
0
No description provided.
Return Type
string
Example
CPH.ObsSetRandomGroupSourceVisible(scene, groupName);
CPH.ObsSetRandomGroupSourceVisible(scene, groupName, connection);