SlobsIsSourceVisible

C# Methods Reference

Signature

public bool SlobsIsSourceVisible(string scene, string source, StreamlabsDesktopOutputType output = Both, int connection = 0)

Parameters

scene
string required

No description provided.

source
string required

No description provided.

output
Streamer.bot.Plugin.Interface.Enums.StreamlabsDesktopOutputType

No description provided.

connection
int

No description provided.

Return Type

bool

Example

CPH.SlobsIsSourceVisible(scene, source);
CPH.SlobsIsSourceVisible(scene, source, output, connection);