ObsHideSourcesFilters

Disable all filters for a given scene and source

Signature

public void ObsHideSourcesFilters(string scene, string source, int connection = 0)

Parameters

scene
string required

The name of the scene in OBS

source
string required

The name of the source in OBS

connection
int
Default:
0

Optional index of the OBS connection, defaults to the first connection.

Zero-indexed based on the order you see in Stream Apps > OBS Studio

e.g. The first client in the list is 0, the second client in the list is 1, and so on...

Return Type

void

Example

CPH.ObsHideSourcesFilters(scene, source);
CPH.ObsHideSourcesFilters(scene, source, connection);