ObsGetGroupSources

C# Methods Reference

public List<string> ObsGetGroupSources(string scene, string groupName, int connection = 0)
scene
string required
groupName
string required
connection
int
List<string>
CPH.ObsGetGroupSources(scene, groupName);
CPH.ObsGetGroupSources(scene, groupName, connection);