Obs Get Group Sources
Signature
public List<string> ObsGetGroupSources(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
List<string>
Example
CPH.ObsGetGroupSources(scene, groupName);
CPH.ObsGetGroupSources(scene, groupName, connection);