Signature

public bool ObsTakeScreenshot(string source, string path, int quality = -1, int connection = 0)

Parameters

source
string required

No description provided.

path
string required

No description provided.

quality
int
Default:
-1

No description provided.

connection
int
Default:
0

No description provided.

Return Type

bool

Example

CPH.ObsTakeScreenshot(source, path);
CPH.ObsTakeScreenshot(source, path, quality, connection);