Obs Set Source Visibility State
Signature
public void ObsSetSourceVisibilityState(string scene, string source, int state, int connection = 0)
Parameters
scene
string required
No description provided.
source
string required
No description provided.
state
int required
No description provided.
connection
int
Default:
0
No description provided.
Return Type
void
Example
CPH.ObsSetSourceVisibilityState(scene, source, state);
CPH.ObsSetSourceVisibilityState(scene, source, state, connection);