ObsSetSourceMuteState
C# Methods Reference
Signature
public void ObsSetSourceMuteState(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
No description provided.
Return Type
void
Example
CPH.ObsSetSourceMuteState(scene, source, state);
CPH.ObsSetSourceMuteState(scene, source, state, connection);