ObsHideFilter

Disable an OBS filter

Signature

public void ObsHideFilter(string scene, string filterName, int connection = 0)

Parameters

scene
string required

No description provided.

filterName
string required

No description provided.

connection
int
Default:
0

No description provided.

Return Type

void

Example

CPH.ObsHideFilter(scene, filterName);
CPH.ObsHideFilter(scene, filterName, connection);