ObsTakeScreenshot
C# Methods Reference
Signature
public bool ObsTakeScreenshot(string source, string path, int quality = -1, int connection = 0)
Parameters
source
string required
path
string required
quality
int
connection
int
Return Type
bool
Example
CPH.ObsTakeScreenshot(source, path);
CPH.ObsTakeScreenshot(source, path, quality, connection);